Commit 9bc78bea authored by Mikhail Tergoev's avatar Mikhail Tergoev

enabled check update from steamos gaming mode

parent 4fd30bed
......@@ -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
......
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