From 98d94957d65ddcdf2cd2386680b0708931addf7d Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Wed, 16 Aug 2017 20:59:36 +0200 Subject: [PATCH] Image-Bug angepasst --- sd_arch_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd_arch_setup.sh b/sd_arch_setup.sh index 3a19509..e353641 100644 --- a/sd_arch_setup.sh +++ b/sd_arch_setup.sh @@ -60,7 +60,7 @@ while [ "$imagepath" == "" ] if [ \! -f "$imagepath" ] then 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