remonlam / rpi-arch-builder

Pre-configure Arch Linux ARM (RPI) before first boot
62 stars 21 forks source link

Check if image is on local storage #4

Closed remonlam closed 7 years ago

remonlam commented 8 years ago

Check if the ArchLinuxARM-rpi-latest.tar.gz is already downloaded on the local drive if so do not download it again

remonlam commented 8 years ago

and do not remove the file if the user want's to save it for later usage

mhaddon commented 7 years ago

https://github.com/remonlam/rpi-arch-builder/pull/8

it checks the hash of the downloaded file to ensure its up to date, if not the user can chose to use an out of date version

remonlam commented 7 years ago

@mhaddon thanks, just merged #8