Browse Source

remove sudo

master
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
75f5bc7077
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lch

+ 1
- 1
lch View File

@ -144,7 +144,7 @@ function rarInstall(){
wget $RAR_URL
tar -zxvf $RAR_FILE
cd rar
sudo cp -v rar unrar /usr/local/bin/
cp -v rar unrar /usr/local/bin/
cd ..
rm -r rar $RAR_FILE
echo "rar/unrar installed."


Loading…
Cancel
Save