diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 51c71b5..09e01ea 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -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