Updated gdb to 8.0.1, fixed arch install

This commit is contained in:
raildex1 2017-09-24 23:19:41 +10:00 committed by Yan
parent f79f95d096
commit ad4e74435b
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex
set -eu -o pipefail
pacman -Syu --needed --noconfirm texinfo
pacman -Syu --needed --noconfirm texinfo guile2.0