Image-Bug angepasst

This commit is contained in:
Kevin Frantz 2017-08-16 20:59:36 +02:00
parent 847d386788
commit 98d94957d6

View File

@ -60,7 +60,7 @@ while [ "$imagepath" == "" ]
if [ \! -f "$imagepath" ] if [ \! -f "$imagepath" ]
then then
echo "Image wird gedownloadet..." echo "Image wird gedownloadet..."
wget http://os.archlinuxarm.org/os/$image wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-2-latest.tar.gz
fi fi
fi fi