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