Setup-Scripts/debian-alpine-convert.sh

3 lines
No EOL
187 B
Bash

#!/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