mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 03:48:22 +00:00
fix: prevent bluefin yafti from starting
This commit is contained in:
6
files/scripts/removebluefinfirstboot.sh
Normal file
6
files/scripts/removebluefinfirstboot.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Tell build process to exit if there are any errors.
|
||||||
|
set -oue pipefail
|
||||||
|
|
||||||
|
rm /usr/etc/skel/.config/autostart/bluefin-firstboot.desktop
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
type: script
|
type: script
|
||||||
scripts:
|
scripts:
|
||||||
- disabletailscale.sh
|
- disabletailscale.sh
|
||||||
|
- removebluefinfirstboot.sh
|
||||||
Reference in New Issue
Block a user