Introduced files to block steamos actions as we don't need updating
This commit is contained in:
7
files/system/usr/bin/jupiter-biosupdate
Normal file
7
files/system/usr/bin/jupiter-biosupdate
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# As this is running on a standard Linux install
|
||||
# state that no updates configured for this bios
|
||||
# and exit
|
||||
echo "No updates configured for this bios"
|
||||
exit 0;
|
Reference in New Issue
Block a user