Updating to use Google archive

This commit is contained in:
linuxgeek247 2016-05-12 22:32:15 -04:00
parent 5e3dd7c08b
commit 5584111938

View file

@ -1,9 +1,9 @@
#!/bin/bash -e
svn checkout https://hash-identifier.googlecode.com/svn/trunk/ hash-identifier-read-only
chmod 755 hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py
fromdos hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py || dos2unix hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hash-identifier/Hash_ID_v1.1.py
chmod 755 Hash_ID_v1.1.py
fromdos Hash_ID_v1.1.py || dos2unix Hash_ID_v1.1.py
mkdir -p bin
cd bin
ln -s ../hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py ./hash_id.py
ln -s ../Hash_ID_v1.1.py ./hash_id.py