simonpi
simonpi copied to clipboard
Download Error Arch image
Hi,
i tried to use your script, but with debug (set -x) enabled i get the following error:
- downloadArchImage
- for i in "${FILES[@]}"
- '[' -f /root/.simonpi/rpi-3/ArchLinuxARM-rpi-3-latest.tar.gz ']'
- echo -e '[\e[0;32m OK \e[0m] Downloading ...' [ OK ] Downloading ...
- curl -# -L -C - http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-3-latest.tar.gz -o /root/.simonpi/rpi-3/ArchLinuxARM-rpi-3- latest.tar.gz
It seems they changed the download url to (https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-4) RPI3/4: http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-armv7-latest.tar.gz
I tried to edit the files manually, but im not good in that. I also tried to add another target like "rpi-armv7" so it will replace all "rpi-3" entries, but i dont know where to change this