Introduced files to block steamos actions as we don't need updating
This commit is contained in:
6
files/system/usr/bin/steamos-update
Normal file
6
files/system/usr/bin/steamos-update
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Steam client updates are managed separately,
|
||||
# so in this case return exit code 7 stating
|
||||
# no system updates.
|
||||
exit 7;
|
Reference in New Issue
Block a user