diff --git a/1-setup-linux-native.sh b/1-setup-linux-native.sh index 1eb1cb2..fc32bdb 100755 --- a/1-setup-linux-native.sh +++ b/1-setup-linux-native.sh @@ -126,7 +126,7 @@ elif which dnf >/dev/null; then SDL2_mixer-devel" if ! ( rpm -qv $PKG_LIST ); then echo "Running dnf (you need root privelegies to do that)..." - su -c "dnf install $PKG_LIST" || true + sudo dnf install $PKG_LIST || true fi elif which yum >/dev/null; then #