Remove the yes or no prompt for dnf copr enable.

This commit is contained in:
Storm Dragon 2022-11-05 21:32:47 -04:00
parent c1158f5b13
commit 8b6f1960ce

View File

@ -524,7 +524,7 @@ case "${game}" in
elif command -v slapt-get &> /dev/null ; then
su -c 'slapt-get -i freedoom gzdoom'
elif command -v dnf &> /dev/null ; then
sudo dnf copr enable nalika/gzdoom
sudo dnf copr -y enable nalika/gzdoom
sudo dnf -q -y install freedoom
sudo dnf -q -y install gzdoom
else