chore: temporary drop all downloads on PW_CLI in use

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-10-26 10:47:51 +05:00
parent 077675a4c5
commit 0c4c67f2f4

View File

@@ -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}")