mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-16 22:57:01 +00:00
Update wget link
The original one was to windows binaries
This commit is contained in:
parent
fd53bfdb82
commit
c7be37e56f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
mkdir bin
|
||||
wget -O msieve.tar.gz https://sourceforge.net/projects/msieve/files/latest/download
|
||||
wget -O msieve.tar.gz "http://downloads.sourceforge.net/project/msieve/msieve/Msieve v1.53/msieve153_src.tar.gz"
|
||||
tar -xf msieve.tar.gz
|
||||
|
||||
cd msieve-*
|
||||
|
|
Loading…
Add table
Reference in a new issue