Update install

Forgot the .1
This commit is contained in:
raildex1 2017-04-25 05:53:29 +10:00 committed by GitHub
parent 979c17118c
commit ffc6561748

View file

@ -2,7 +2,7 @@
set -e -o pipefail
curl https://ftp.gnu.org/gnu/gdb/gdb-7.12.1.tar.gz | tar xz
cd gdb-7.12
cd gdb-7.12.1
# move to ctftools virtual env
source ctf-tools-venv-activate