updated yum to dnf, made script executable

pull/6/head
holgac 4 years ago
parent b90777bf2a
commit a9474f4de2

@ -19,7 +19,7 @@ then
echo -e "To run this script, you need install 'curl'"
echo -e "To install curl run this command:
'sudo pacman -S curl' # For Arch Linux based distro
'sudo yum install curl' # For Fedora/Red Hat Enterprise Linux etc
'sudo dnf install curl' # For Fedora/Red Hat Enterprise Linux etc
'sudo apt install curl' #For Debian-based distro like Ubuntu, Debian, etc "
exit 1
fi

Loading…
Cancel
Save