This commit is contained in:
Maurice
2025-09-30 13:04:56 +02:00
parent 777f78ce6f
commit 9a0277a48d
10 changed files with 39 additions and 18 deletions

View File

@@ -30,9 +30,11 @@ reboot
FIRST. Make sure your public key is configured for SSH! Else, next step will LOCK YOU OUT SSH!
Then, run install.sh by getting it from the internet (wget is in busybox):
Then, run setup.sh by getting it from the internet (wget is in busybox):
```sh
wget https://git.plabble.org/Maurice/alpine-server-setup/raw/branch/main/setup.sh
chmod +x setup.sh
./setup.sh
```
```
This will install git, clone this repository and run the installation scripts.