??!?!?!??!
All checks were successful
Build / build (push) Successful in 6m25s

This commit is contained in:
2026-04-16 23:46:13 -04:00
parent ff94c3b027
commit 29e71fb127

View File

@@ -146,6 +146,13 @@
installPhase = ''
mkdir -p $out/bin
ln -s ${steamos-update-script} $out/bin/steamos-update
ln -s ${steamos-update-script} $out/bin/steamos-mandatory-update
# jupiter-initial-firmware-update: no-op (not a real steam deck)
cat > $out/bin/jupiter-initial-firmware-update << 'STUB'
#!/bin/sh
exit 0
STUB
# steamos-reboot: reboot the system
cat > $out/bin/steamos-reboot << 'STUB'