forked from CastroFidel/PortWINE
Major changes and fixes
This commit is contained in:
@ -36,8 +36,8 @@ ARCH_NAME="${setup_script}.tar.xz"
|
||||
deflink="/home/${USER}/PortWINE/${portname}"
|
||||
[ $(id -u) -eq 0 ] && echo "Do not run the script from the superuser!" && zenity --error --text "Do not run the script from the superuser!" 2> /dev/null && exit 1
|
||||
########################################################################
|
||||
SET_LANG=`zenity --title "Install $portname" --text "Select the installation language \nВыберите язык установки" --list --radiolist \
|
||||
--column="Set (Выбор)" --column "Language (Язык):" \
|
||||
SET_LANG=`zenity --title "Install $portname" --text "Select the installation language" --list --radiolist \
|
||||
--column="Set" --column "Language:" \
|
||||
TRUE "Russian" \
|
||||
FALSE "English" ` 2> /dev/null
|
||||
if [ $? -eq 1 ];then exit 1; fi
|
||||
|
Reference in New Issue
Block a user