Browse Source

rar arch installation fixed

pull/8/head
radikal 3 years ago
parent
commit
a460d09a15
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/installer.sh

+ 1
- 1
lib/installer.sh View File

@ -3,7 +3,7 @@
function rarInstall(){
if [ -e "$(command -v wget)" ]
then
if [[ $(uname -m) -eq "x86_64" ]]
if [[ "$(uname -m)" == "x86_64" ]]
then
RAR_URL="https://www.rarlab.com/rar/rarlinux-x64-5.9.1.tar.gz"
RAR_FILE="rarlinux-x64-5.9.1.tar.gz"


Loading…
Cancel
Save