Introduced files to block steamos actions as we don't need updating

This commit is contained in:
2025-07-10 12:01:59 -04:00
parent 6259ab886e
commit 0dd57bb2b7
13 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
# gamescope session
sudo chmod 755 /usr/bin/gamescope-session
# jupiter biosupdate
sudo chmod 755 /usr/bin/jupiter-biosupdate
sudo chmod 755 /usr/bin/steamos-polkit-helpers/jupiter-biosupdate
# steamos select branch
sudo chmod 755 /usr/bin/steamos-select-branch
# steamos update
sudo chmod 755 /usr/bin/steamos-update
sudo chmod 755 /usr/bin/steamos-polkit-helpers/steamos-update
# steamos set timezone
sudo chmod 755 /usr/bin/steamos-polkit-helpers/steamos-set-timezone