Add bluefin images

This commit is contained in:
qoijjj
2023-12-22 09:21:59 -08:00
parent c36b38d0cd
commit 681f3455f5
47 changed files with 254 additions and 2 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 tailscale"
systemctl disable tailscaled
systemctl mask tailscaled