Separate out common tasks between two builds

This commit is contained in:
2026-03-12 14:32:54 +09:00
parent 13111c5203
commit 52588956a9
5 changed files with 119 additions and 201 deletions

6
build_files/common/services.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -ouex pipefail
# Enable Tailscale service
systemctl enable tailscaled