diff --git a/build.sh b/build.sh index 6ce8cae..2d8d181 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/bin/bash +./deps.sh function soup_config { rm soupault.toml diff --git a/deps.sh b/deps.sh index c18135b..46bdbc2 100755 --- a/deps.sh +++ b/deps.sh @@ -2,7 +2,7 @@ which dnf 2> /dev/null if [[ $? == 0 ]]; then - sudo dnf install python3-pygments + sudo dnf install -y python3-pygments else echo 'failed to install pygments with dnf' >&2 exit 1