maj liens telechargement

This commit is contained in:
Samuel Vermeulen 2020-08-05 22:37:45 +02:00
parent cda11895ff
commit 132869796e
1 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ ISO="live_svpro_gnu-amd64.hybrid.iso"
# Recuperation iso # Recuperation iso
echo "Téléchargement de l'iso..." echo "Téléchargement de l'iso..."
sleep 5 sleep 5
wget -O ${ISO} https://samuel.vermeulen.pro/telechargement/live_svpro_gnu-amd64.hybrid.iso wget -O ${ISO} https://cloud.weblib.re/s/iZ3RPAbJ7BXTmXc/download
wget -O ${ISO}.md5 https://samuel.vermeulen.pro/telechargement/live_svpro_gnu-amd64.hybrid.iso.md5 wget -O ${ISO}.md5sum https://cloud.weblib.re/s/GtSEtc4Gy8CGxFW/download
echo "Vérification de l'image..." echo "Vérification de l'image..."
if ! md5sum -c ${ISO}.md5 if ! md5sum -c ${ISO}.md5sum
then then
echo "ISO Corompue. Abandon !!" echo "ISO Corompue. Abandon !!"
rm -f ${ISO} ${ISO}.md5 rm -f ${ISO} ${ISO}.md5