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
Merge branch '0.6-dev' of
https://gitea.hatthieves.es/cloud/lch
into 0.6r11
0.6r9
pberr
4 years ago
parent
4c4d0a761e
f29b0da9f5
commit
eb2314eeb8
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/installers/deb.sh
+1
-1
lib/installers/pacman.sh
+1
-1
lib/installers/rpm.sh
+1
-1
lib/installers/zypper.sh
+ 1
- 1
lib/installers/deb.sh
View File
@ -37,7 +37,7 @@ if [ $# -eq 1 ]; then
else
for
i in
$@
do
if
[
$i
-ne
"-i"
]
if
[
$i
!
=
"-i"
]
then
case
$i
in
"rar"
|
"unrar"
)
+ 1
- 1
lib/installers/pacman.sh
View File
@ -35,7 +35,7 @@ if [ $# -eq 1 ]; then
else
for
i in
$@
do
if
[
$i
-ne
"-i"
]
if
[
$i
!
=
"-i"
]
then
case
$i
in
"rar"
|
"unrar"
)
+ 1
- 1
lib/installers/rpm.sh
View File
@ -49,7 +49,7 @@ if [ $# -eq 1 ]; then
else
for
i in
$@
do
if
[
$i
-ne
"-i"
]
if
[
$i
!
=
"-i"
]
then
case
$i
in
"rar"
|
"unrar"
)
+ 1
- 1
lib/installers/zypper.sh
View File
@ -36,7 +36,7 @@ if [ $# -eq 1 ]; then
else
for
i in
$@
do
if
[
$i
-ne
"-i"
]
if
[
$i
!
=
"-i"
]
then
case
$i
in
"rar"
|
"unrar"
)
Write
Preview
Loading…
Cancel
Save