Update QEMU image download URL (#1731)

pull/1735/head
Gulshan Singh 3 years ago committed by GitHub
parent e830dcb500
commit b5a1219e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ set -o errexit
CWD=$(dirname -- "$0")
OUT_DIR="${CWD}/images"
URL="https://github.com/gsingh93/linux-exploit-dev-env/releases/latest/download"
URL="https://github.com/pwndbg/linux-exploit-dev-env/releases/latest/download"
mkdir -p "${OUT_DIR}"

Loading…
Cancel
Save