diff --git a/translate.sh b/translate.sh old mode 100644 new mode 100755 index 37572f9..8816411 --- a/translate.sh +++ b/translate.sh @@ -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