This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
remove sudo
pull/1/head
Gustavo Adolfo Mesa Roldán
4 years ago
parent
19d609f977
commit
75f5bc7077
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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."
Write
Preview
Loading…
Cancel
Save