mirror of
https://github.com/OPHoperHPO/GT-bash-client
synced 2024-11-15 12:13:25 +00:00
Merge pull request #6 from holgac/master
updated yum to dnf, made script executable
This commit is contained in:
commit
f86d9d448f
@ -14,5 +14,4 @@ They **aren't** work!
|
||||
If you do not know the source language, then put the value `auto` in place of `<source_lng> `
|
||||
### Install
|
||||
- Clone repository via `git clone https://github.com/OPHoperHPO/GT-bash-client`
|
||||
- Set permission via `chmod +x ./GT-bash-client/translate.sh `
|
||||
- Check script via `./GT-bash-client/translate.sh en es Hello`
|
||||
|
2
translate.sh
Normal file → Executable file
2
translate.sh
Normal file → Executable file
@ -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…
Reference in New Issue
Block a user