Update debian-alpine-convert.sh

This commit is contained in:
ahoemann 2025-04-17 21:34:00 +02:00
parent c310a63a78
commit 72878c5aa8

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 /tmp/setup-alpine.sh && chmod +x /tmp/setup-alpine.sh && sh /tmp/setup-alpine.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