rar arch installation fixed
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
function rarInstall(){
|
function rarInstall(){
|
||||||
if [ -e "$(command -v wget)" ]
|
if [ -e "$(command -v wget)" ]
|
||||||
then
|
then
|
||||||
if [[ $(uname -m) -eq "x86_64" ]]
|
if [[ "$(uname -m)" == "x86_64" ]]
|
||||||
then
|
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"
|
||||||
RAR_FILE="rarlinux-x64-5.9.1.tar.gz"
|
RAR_FILE="rarlinux-x64-5.9.1.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user