Remove the yes or no prompt for dnf copr enable.
This commit is contained in:
parent
c1158f5b13
commit
8b6f1960ce
@ -524,7 +524,7 @@ case "${game}" in
|
|||||||
elif command -v slapt-get &> /dev/null ; then
|
elif command -v slapt-get &> /dev/null ; then
|
||||||
su -c 'slapt-get -i freedoom gzdoom'
|
su -c 'slapt-get -i freedoom gzdoom'
|
||||||
elif command -v dnf &> /dev/null ; then
|
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 freedoom
|
||||||
sudo dnf -q -y install gzdoom
|
sudo dnf -q -y install gzdoom
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user