From 5584111938d800b755cf12c4056f0de3b168eb56 Mon Sep 17 00:00:00 2001 From: linuxgeek247 Date: Thu, 12 May 2016 22:32:15 -0400 Subject: [PATCH] Updating to use Google archive --- hash-identifier/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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