Fix locales in install script

This commit is contained in:
castro-fidel
2020-10-04 22:19:00 +03:00
parent 19f6e2aae8
commit 1642ff56d2
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ if [ ! -d "${config_path}" ]; then
fi
if [ ! -e "${config_path}/${portname}_loc" ]; then
SET_LANG=`zenity --title "Install $portname" --text "Select the language" --list --radiolist \
--column="Set" --column "Language:" \
--column="Set:" --column "Language:" \
TRUE "RUS" \
FALSE "ENG" `
echo "${SET_LANG}" > "${config_path}/${portname}_loc"
@ -181,7 +181,6 @@ else
fi
fi
export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk.conf"
echo "########################"
########################################################################
export def_pfx="${PORT_WINE_PATH}/data/dist/share/default_pfx/"
if [ ! -d "${def_pfx}" ]; then
@ -203,6 +202,7 @@ else
export PW_GAMEMODERUN=0
echo "Gamemod not installed!"
fi
echo "########################"
ADD_IN_START_PORTWINE
}
########################################################################