Update debian-alpine-convert.sh

This commit is contained in:
ahoemann 2025-04-17 21:36:04 +02:00
parent 144225fd8a
commit 2987875185

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
wget https://git.adrianux.net/ahoemann/VPS-Setup-Scripts/raw/branch/main/setup-alpine.sh setup-alpine.sh && chmod +x setup-alpine.sh && sh setup-alpine.sh && rm setup-alpine.sh wget -q -O - https://git.adrianux.net/ahoemann/VPS-Setup-Scripts/raw/branch/main/setup-alpine.sh | sh