deps
This commit is contained in:
parent
7e898e720b
commit
5e75b7e5a3
2 changed files with 2 additions and 1 deletions
1
build.sh
1
build.sh
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
./deps.sh
|
||||||
|
|
||||||
function soup_config {
|
function soup_config {
|
||||||
rm soupault.toml
|
rm soupault.toml
|
||||||
|
|
2
deps.sh
2
deps.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
which dnf 2> /dev/null
|
which dnf 2> /dev/null
|
||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 0 ]]; then
|
||||||
sudo dnf install python3-pygments
|
sudo dnf install -y python3-pygments
|
||||||
else
|
else
|
||||||
echo 'failed to install pygments with dnf' >&2
|
echo 'failed to install pygments with dnf' >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue