Commit 290ff8b1 authored by Mikhail Tergoev's avatar Mikhail Tergoev

update portproton installation script 2

parent e6440aff
...@@ -159,7 +159,7 @@ try_download_scripts () { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment