mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
Fix wget command to ignore certificate
This commit is contained in:
parent
0fc7edcdbb
commit
a9b61bbd47
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
INST_DIR=$PWD
|
INST_DIR=$PWD
|
||||||
|
|
||||||
wget -O - https://code.soundsoftware.ac.uk/attachments/download/1185/sonic-visualiser-2.4.1.tar.gz | tar xz
|
wget --no-check-certificate https://code.soundsoftware.ac.uk/attachments/download/1185/sonic-visualiser-2.4.1.tar.gz | tar xz
|
||||||
cd sonic-visualiser-2.4.1
|
cd sonic-visualiser-2.4.1
|
||||||
./configure --prefix=$INST_DIR
|
./configure --prefix=$INST_DIR
|
||||||
make -j
|
make -j
|
||||||
|
|
Loading…
Reference in a new issue