You've already forked fedora-toolbox
forked from davejansen/fedora-bootc
Separate out common tasks between two builds
This commit is contained in:
6
build_files/common/services.sh
Executable file
6
build_files/common/services.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ouex pipefail
|
||||
|
||||
# Enable Tailscale service
|
||||
systemctl enable tailscaled
|
||||
Reference in New Issue
Block a user