From 0c4c67f2f4f0229d25e3cf75f0817b3f5a389f1a Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sun, 26 Oct 2025 10:47:51 +0500 Subject: [PATCH] chore: temporary drop all downloads on PW_CLI in use Signed-off-by: Boris Yumankulov --- data_from_portwine/scripts/start.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh index febe8ac3..8b9b268e 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -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}")