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

6
setup.sh Normal file
View File

@@ -0,0 +1,6 @@
# echo "Installing Git & cloning installation scripts"
apk add git
git clone https://git.plabble.org/Maurice/alpine-server-setup.git ./config
cd ./config
source ./install.sh