Add ISO downloader

update
Hamish Coleman 8 years ago
parent aa879a29af
commit a4f00201d1

3
.gitignore vendored

@ -0,0 +1,3 @@
# We download these, and they are large. So, dont think about committing them
*.iso

@ -0,0 +1 @@
856a1a3efee305d335df10932b54aa478f818677 8duj27us.iso

@ -10,3 +10,11 @@ install.radare.projects:
mkdir -p ~/.config/radare2/projects/x220.8DHT34WW.d
cp -s $(PWD)/radare/x220.8DHT34WW ~/.config/radare2/projects
#
# Download any ISO image that we have a checksum for
# NOTE: makes an assumption about the Lenovo URL not changing
%.iso: %.iso.sha1
wget -O $@ https://download.lenovo.com/pccbbs/mobiles/$@
sha1sum -c $<
touch $@

Loading…
Cancel
Save