mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-23 21:43:44 +01:00
Fixes dialog bug
This commit is contained in:
@@ -215,7 +215,7 @@ case $tipoinstall in
|
||||
packages=""
|
||||
|
||||
##Utilidades varias
|
||||
opt=`dialog --stdout --checklist "Utilidades varias" 0 0 8 1 "Dropbox" off 2 "MEGA" off 3 "Visor de correo Evolution" off 4 "Grabador de discos (k3b)" off 5 "Java (jre8)" off 6 "Wine ('Emulador' de programas de Windows)" off`
|
||||
opt=`dialog --stdout --checklist "Utilidades varias" 0 0 8 1 "Dropbox" off 2 "MEGA" off 3 "Visor de correo Evolution" off 4 "Grabador de discos (k3b)" off 5 "Java (jre8)" off 6 "Wine ('Emulador' de programas de Windows)" off 7 "BleachBit (Limpiador de disco duro)" off`
|
||||
|
||||
case $opt in
|
||||
*1*)
|
||||
@@ -232,6 +232,8 @@ case $tipoinstall in
|
||||
packages="$packages wine-staging wine_gecko winetricks"
|
||||
inswine=1
|
||||
;;&
|
||||
*7*)
|
||||
packages="$packages bleachbit";;&
|
||||
esac
|
||||
pacman -S $packages --noconfirm
|
||||
if [[ $inswine = 1 ]];then
|
||||
|
||||
Reference in New Issue
Block a user