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
rar arch installation fixed
pull/8/head
radikal
4 years ago
parent
ed3cc63cec
commit
a460d09a15
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save