Service install scripts

This commit is contained in:
Maurice
2025-09-29 21:18:21 +02:00
parent f26389d14e
commit 20adfdb96d
5 changed files with 15 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
echo "Basic setup"
echo "Basic setup..."
# Enable community repo
sed -i 's|^#\(http.*/community\)$|\1|' /etc/apk/repositories
@@ -14,6 +14,4 @@ EOF
# Allow local.d services
rc-update add local default
rc-service local start
rc-update add sysctl