revert skip pw_check_and_download_plugins on PW_CLI this broken 7z autoinstalls

parent 52bdd46d
......@@ -288,9 +288,7 @@ 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
if [[ "${PW_CLI}" != 1 ]] ; then
pw_check_and_download_plugins
fi
pw_check_and_download_plugins
# check skip update
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
......
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