diff --git a/mint-config-update.sh b/mint-config-update.sh index 1480781..a2c6ba9 100644 --- a/mint-config-update.sh +++ b/mint-config-update.sh @@ -8,7 +8,12 @@ then fi # download and run -wget -q https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint.sh -O /tmp/mint.sh || exit 0 +until wget -q https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint.sh -O /tmp/mint.sh +do + echo "mint.sh could not be downloaded trying again in 5 seconds" + sleep 5 +done + cd /tmp bash -n mint.sh && bash mint.sh rm mint.sh