mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-17 18:45:08 +00:00
fix kargs for bluefin
This commit is contained in:
8
config/scripts/disableubluesystemsetup.sh
Normal file
8
config/scripts/disableubluesystemsetup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
echo "Disabling ublue-system-setup"
|
||||
systemctl disable ublue-system-setup
|
||||
systemctl mask ublue-system-setup
|
||||
Reference in New Issue
Block a user