From 2987875185146c4bf68a0b319074402a3c4ba550 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 17 Apr 2025 21:36:04 +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 e08d427..d5430df 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 setup-alpine.sh && chmod +x setup-alpine.sh && sh setup-alpine.sh && rm setup-alpine.sh \ No newline at end of file +wget -q -O - https://git.adrianux.net/ahoemann/VPS-Setup-Scripts/raw/branch/main/setup-alpine.sh | sh \ No newline at end of file