chore: temporary drop all downloads on PW_CLI in use

parent 077675a4
......@@ -281,10 +281,12 @@ then PW_TERM="env LANG=C xterm -fullscreen -bg black -fg white -e"
else PW_TERM="env LANG=C xterm -bg black -fg white -e"
fi
pw_check_and_download_plugins
if [[ "${PW_CLI}" != 1 ]] ; then
pw_check_and_download_plugins
fi
# check skip update
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
if [[ "${SKIP_CHECK_UPDATES}" != 1 || "${PW_CLI}" != 1 ]] ; then
pw_port_update
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")
......
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