mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
avoid process explosion
This commit is contained in:
parent
3ec555540a
commit
4884cb6c09
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ INST_DIR=$PWD
|
||||||
wget --no-check-certificate -O - https://code.soundsoftware.ac.uk/attachments/download/1675/sonic-visualiser-2.5.tar.gz | tar xz
|
wget --no-check-certificate -O - https://code.soundsoftware.ac.uk/attachments/download/1675/sonic-visualiser-2.5.tar.gz | tar xz
|
||||||
cd sonic-visualiser-2.5
|
cd sonic-visualiser-2.5
|
||||||
./configure --prefix=$INST_DIR
|
./configure --prefix=$INST_DIR
|
||||||
make -j
|
make -j $(nproc)
|
||||||
#make install
|
#make install
|
||||||
|
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
|
Loading…
Reference in a new issue