mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
Updating to use Google archive
This commit is contained in:
parent
5e3dd7c08b
commit
5584111938
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue