mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
Fixed install script
This commit is contained in:
parent
36eac27cde
commit
9855d99eaf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
#curl http://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.gz | tar xvz
|
||||
curl http://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.gz | tar xvz
|
||||
cd gdb-7.9
|
||||
./configure --prefix=$(dirname $PWD) --with-python=python2
|
||||
make -j $(nproc)
|
||||
|
|
Loading…
Reference in a new issue