mint-config-update.sh aktualisiert
This commit is contained in:
parent
b2ce5e6ee7
commit
305ef27106
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user