Skip to content

Commit 0273559

Browse files
committed
feat(deck): Use new system update check
The existing system update check using skopeo has now been migrated over to ublue-update. This enables that check
1 parent b6288a1 commit 0273559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_files/deck/usr/bin/steamos-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if command -v ublue-update > /dev/null; then
99
wget -q --spider https://github.com
1010
if [ $? -eq 0 ]; then
1111
# Check system state
12-
ublue-update --check
12+
ublue-update --check --updatecheck
1313
if [ $? -eq 0 ]; then
1414
exit 0 # Upgrade available
1515
else

0 commit comments

Comments
 (0)