From c310a63a783a36a6b880e0739d1464a8465d5c4a Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 17 Apr 2025 21:25:48 +0200 Subject: [PATCH] Update debian-alpine-convert.sh --- debian-alpine-convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-alpine-convert.sh b/debian-alpine-convert.sh index edadc3c..602886f 100644 --- a/debian-alpine-convert.sh +++ b/debian-alpine-convert.sh @@ -1,3 +1,3 @@ #!/bin/sh -wget setup-alpine.sh /tmp/setup-alpine.sh && chmod +x /tmp/setup-alpine.sh && sh /tmp/setup-alpine.sh \ No newline at end of file +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 \ No newline at end of file