minor fix
This commit is contained in:
@@ -132,7 +132,9 @@ function check()
|
|||||||
}
|
}
|
||||||
|
|
||||||
function rarInstall(){
|
function rarInstall(){
|
||||||
if [ $(uname -m) -eq "x86_64" ]; then
|
|
||||||
|
if [[ $(uname -m) -eq "x86_64" ]]
|
||||||
|
then
|
||||||
RAR_URL = "https://www.rarlab.com/rar/rarlinux-x64-5.9.1.tar.gz"
|
RAR_URL = "https://www.rarlab.com/rar/rarlinux-x64-5.9.1.tar.gz"
|
||||||
else
|
else
|
||||||
RAR_URL = "https://www.rarlab.com/rar/rarlinux-5.9.1.tar.gz"
|
RAR_URL = "https://www.rarlab.com/rar/rarlinux-5.9.1.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user