fix kargs for bluefin

This commit is contained in:
qoijjj
2023-12-22 14:10:25 -08:00
committed by GitHub
parent 681f3455f5
commit 69f00ae44f
2 changed files with 10 additions and 1 deletions

View 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