mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-02 14:17:18 +00:00
Updated gdb to 8.0.1, fixed arch install
This commit is contained in:
parent
f79f95d096
commit
ad4e74435b
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -ex
|
||||
set -e -o pipefail
|
||||
|
||||
VERSION=8.0
|
||||
VERSION=8.0.1
|
||||
|
||||
curl "https://ftp.gnu.org/gnu/gdb/gdb-$VERSION.tar.gz" | tar xz
|
||||
cd "gdb-$VERSION"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
set -eu -o pipefail
|
||||
|
||||
pacman -Syu --needed --noconfirm texinfo
|
||||
pacman -Syu --needed --noconfirm texinfo guile2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue