chore: temporary drop all downloads on PW_CLI in use
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@@ -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"
|
else PW_TERM="env LANG=C xterm -bg black -fg white -e"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pw_check_and_download_plugins
|
if [[ "${PW_CLI}" != 1 ]] ; then
|
||||||
|
pw_check_and_download_plugins
|
||||||
|
fi
|
||||||
|
|
||||||
# check skip update
|
# check skip update
|
||||||
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
|
if [[ "${SKIP_CHECK_UPDATES}" != 1 || "${PW_CLI}" != 1 ]] ; then
|
||||||
pw_port_update
|
pw_port_update
|
||||||
|
|
||||||
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")
|
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")
|
||||||
|
|||||||
Reference in New Issue
Block a user