Introduced files to block steamos actions as we don't need updating
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit immediately on error and throw an error
|
||||
# when using undefined variables
|
||||
set -eu
|
||||
|
||||
# Run the jupiter-biosupdate script
|
||||
exec /usr/bin/jupiter-biosupdate "$0"
|
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Do nothing, assuming that the timezone will be set
|
||||
# when installing Linux or configured separately
|
||||
# from the terminal or desktop environment
|
||||
exit 0;
|
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit immediately on error and throw an error
|
||||
# when using undefined variables
|
||||
set -eu
|
||||
|
||||
# Run the steamos-update script
|
||||
exec /usr/bin/steamos-update "$0"
|
Reference in New Issue
Block a user