From 5e75b7e5a351c89e4f2e0d80335820f66149001f Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 14 Jun 2025 11:24:30 -0400 Subject: [PATCH] deps --- build.sh | 1 + deps.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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