From a9474f4de2a2f62b654c8744128f17aee6e15fcf Mon Sep 17 00:00:00 2001 From: holgac Date: Fri, 24 Apr 2020 13:31:31 +0300 Subject: [PATCH] updated yum to dnf, made script executable --- translate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 translate.sh 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