We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6288a1 commit 0273559Copy full SHA for 0273559
system_files/deck/usr/bin/steamos-update
@@ -9,7 +9,7 @@ if command -v ublue-update > /dev/null; then
9
wget -q --spider https://github.com
10
if [ $? -eq 0 ]; then
11
# Check system state
12
- ublue-update --check
+ ublue-update --check --updatecheck
13
14
exit 0 # Upgrade available
15
else
0 commit comments