update portproton installation script 2

This commit is contained in:
castro-fidel 2022-01-15 19:08:20 +03:00
parent e6440aff91
commit 290ff8b18c

@ -159,7 +159,7 @@ try_download_scripts () {
try_download_scripts try_download_scripts
fi fi
} }
if [ "${PW_SILENT_INSTALL}" = "1" ] & [ "$(dirname "`readlink -f "$0"`")" != "/usr/bin" ] ; then if [ "${PW_SILENT_INSTALL}" = "1" ] & [ ! -f "/usr/bin/portproton" ] ; then
try_download_scripts try_download_scripts
else else
try_download_scripts | progress_bar try_download_scripts | progress_bar