fedora dependency script

This commit is contained in:
Stefen Auris 2022-03-18 21:08:31 -04:00
parent 51a25e9acc
commit a543d00d47
2 changed files with 22 additions and 0 deletions

View file

@ -11,6 +11,9 @@ case $answer in
a)
bash adeps.sh
;;
f)
bash fdeps.sh
;;
*)
echo "Skipping installation of dependencies!"
;;