mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-25 22:45:13 +00:00
Add bluefin images
This commit is contained in:
8
config/scripts/disabletailscale.sh
Normal file
8
config/scripts/disabletailscale.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 tailscale"
|
||||
systemctl disable tailscaled
|
||||
systemctl mask tailscaled
|
||||
Reference in New Issue
Block a user