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

@@ -32,7 +32,7 @@ FIRST. Make sure your public key is configured for SSH! Else, next step will LOC
Then, run install.sh by getting it from the internet (wget is in busybox):
```sh
wget https://TODO
chmod +x install.sh
./install.sh
wget https://git.plabble.org/Maurice/alpine-server-setup/raw/branch/main/setup.sh
chmod +x setup.sh
./setup.sh
```