mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
updated gdb to latest version
This commit is contained in:
parent
c454a16ef2
commit
f4a5aa6428
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
set -e -o pipefail
|
||||
|
||||
curl https://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.gz | tar xz
|
||||
cd gdb-7.11.1
|
||||
curl https://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.gz | tar xz
|
||||
cd gdb-7.12
|
||||
|
||||
# move to ctftools virtual env
|
||||
source ctf-tools-venv-activate
|
||||
|
|
Loading…
Reference in a new issue