enabled check update from steamos gaming mode

This commit is contained in:
Mikhail Tergoev 2024-02-15 22:58:38 +03:00
parent 4fd30bedb6
commit 9bc78beae0

@ -821,7 +821,7 @@ check_variables PW_LOG "0"
if [[ -z "${INSTALLING_PORT}" ]] ; then
. "${USER_CONF}"
if ! check_start_from_steam && [[ "${SKIP_CHECK_UPDATES}" != 1 ]]; then
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
pw_port_update
fi
unset SKIP_CHECK_UPDATES