From 72878c5aa830e15e46ad620b18b382ed3476309c Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 17 Apr 2025 21:34:00 +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 602886f..e08d427 100644 --- a/debian-alpine-convert.sh +++ b/debian-alpine-convert.sh @@ -1,3 +1,3 @@ #!/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 \ No newline at end of file +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 \ No newline at end of file