[$(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
[$(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"--list--radiolist\
if["$1"="-rus"];then
SET_LANG="Russian"
export s_install="1"
elif["$1"="-eng"];then
SET_LANG="English"
export s_install="1"
else
SET_LANG=`zenity --title"Install $portname"--text"Select the installation language"--list--radiolist\
--column="Set:"--column"Language:"\
--column="Set:"--column"Language:"\
TRUE "Russian"\
TRUE "Russian"\
FALSE "English"` 2> /dev/null
FALSE "English"` 2> /dev/null
if[$?-eq 1 ];then exit 1;fi
if[$?-eq 1 ];then exit 1;fi
case$SET_LANGin
case$SET_LANGin
"Russian")
"Russian")
INFO_TEXT="Вы запустили установщик PortWINE ${gamename} версии ${port_ver}. \n\nЭто не коммерческий продукт и развивается исключительно за идею и Ваши пожертвования. \nВсе права сторонего програмного обеспечения принадлежат их владельцам! \nПродолжая установку вы автоматически соглашаетесь с данными условиями.";;
INFO_TEXT="Вы запустили установщик PortWINE ${gamename} версии ${port_ver}. \n\nЭто не коммерческий продукт и развивается исключительно за идею и Ваши пожертвования. \nВсе права сторонего програмного обеспечения принадлежат их владельцам! \nПродолжая установку вы автоматически соглашаетесь с данными условиями."> /dev/null 2>&1 ;;
"English")
"English")
INFO_TEXT="You run the installer PortWINE ${gamename} v. ${port_ver}. \n\nThis is not a commercial product and developed exclusively for the idea and donate. \nAll rights to third-party software belong to their respective owners! \nContinuing the installation of you agree to these terms.";;
INFO_TEXT="You run the installer PortWINE ${gamename} v. ${port_ver}. \n\nThis is not a commercial product and developed exclusively for the idea and donate. \nAll rights to third-party software belong to their respective owners! \nContinuing the installation of you agree to these terms."> /dev/null 2>&1 ;;
inst1=`zenity --title"Install ${portname}"--text"Выберите путь для установки (обновления) порта,\nили оставьте его по умолчанию."--list--radiolist--width=350 --height=220 \
D_PATH="${deflink}"
--column="Выбор"--column"Путь:"\
else
TRUE "${deflink}"\
case$SET_LANGin
FALSE "Другой путь..."` 2> /dev/null
"Russian")
if[$?-eq 1 ];then exit 1;fi
inst1=`zenity --title"Install ${portname}"--text"Выберите путь для установки (обновления) порта,\nили оставьте его по умолчанию."--list--radiolist--width=350 --height=220 \
inst1=`zenity --title"Install ${portname}"--text"Select the installation path (update) port,\nor leave it in default."--list--radiolist--width=350 --height=220 \
inst1=`zenity --title"Install ${portname}"--text"Select the installation path (update) port,\nor leave it in default."--list--radiolist--width=350 --height=220 \
case$inst1in
--column="Set..."--column"Path:"\
"${deflink}")
TRUE "${deflink}"\
D_PATH="${deflink}";;
FALSE "Other path..."` 2> /dev/null
"Other path...")
if[$?-eq 1 ];then exit 1;fi
D_PATH=`zenity --file-selection--directory--title="Select the path..."`
case$inst1in
D_PATH="${D_PATH}/${portname}";;
"${deflink}")
esac;;
D_PATH="${deflink}";;
esac
"Other path...")
if[$?-eq 1 ];then echo"error"&&exit 1;fi
D_PATH=`zenity --file-selection--directory--title="Select the path..."`