Wireguard to go

This commit is contained in:
Maurice
2025-09-24 13:29:25 +02:00
parent c49ffa1769
commit 12681bd7e2
11 changed files with 94 additions and 40 deletions

View File

@@ -11,6 +11,7 @@ for service in "./services"/*/; do
# Run install.sh if installing for the first time (if $1 is "install")
if [ "$1" = "install" ] && [ -f "install.sh" ]; then
read -n 1 -s -r -p "Press any key to install $service..."
source ./install.sh
fi