Browse Source

instal fixed

0.6r9
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
f29b0da9f5
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      lib/installers/deb.sh
  2. +1
    -1
      lib/installers/pacman.sh
  3. +1
    -1
      lib/installers/rpm.sh
  4. +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")


Loading…
Cancel
Save