update portproton installation script 3
This commit is contained in:
parent
290ff8b18c
commit
d0d8646919
@ -106,7 +106,6 @@ else
|
||||
if [ $? -eq 1 ] ; then echo "error" && exit 1 ; fi
|
||||
fi
|
||||
########################################################################
|
||||
if [ "${PW_SILENT_INSTALL}" != "1" ] ; then
|
||||
case $PW_SET_LANG in
|
||||
"Russian")
|
||||
progress_bar() {
|
||||
@ -117,8 +116,6 @@ if [ "${PW_SILENT_INSTALL}" != "1" ] ; then
|
||||
zenity --progress --title="Install..." --text="Install ${portname}" --pulsate --auto-close --auto-kill --width=450 > /dev/null 2>&1
|
||||
} ;;
|
||||
esac
|
||||
if [ $? -eq 1 ] ; then echo "error" && exit 1 ; fi
|
||||
fi
|
||||
########################################################################
|
||||
export PORT_WINE_PATH="${D_PATH}"
|
||||
if [ ! -d "${PORT_WINE_PATH}" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user