deps
This commit is contained in:
parent
7e898e720b
commit
5e75b7e5a3
2 changed files with 2 additions and 1 deletions
2
deps.sh
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue