mint-config-update.sh aktualisiert

This commit is contained in:
olli 2023-08-09 17:23:41 +02:00
parent b2ce5e6ee7
commit 305ef27106

View File

@ -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