This commit is contained in:
Alexander 2025-06-14 11:24:30 -04:00
parent 7e898e720b
commit 5e75b7e5a3
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
./deps.sh
function soup_config {
rm soupault.toml

View file

@ -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