Improve Alpine scripts

This commit is contained in:
MatMoul 2023-11-19 19:11:44 +01:00
parent bd2d1b09b3
commit 1bcdd012c6

View File

@ -13,6 +13,7 @@ showHelp() {
main() {
wget -O /tmp/init.sh "${BASE_URL}"/alpine/init.sh
sh /tmp/init.sh -b "${BASE_URL}"
rm /tmp/init.sh
}
while [ ${#} -gt 0 ]; do