diff --git a/hash-identifier/install b/hash-identifier/install index 47a9f06..0a2c09d 100755 --- a/hash-identifier/install +++ b/hash-identifier/install @@ -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