Allow customizing qemu image download URL from command line (#2031)

pull/2032/head
Gulshan Singh 2 years ago committed by GitHub
parent c26832243c
commit 8dad24d375
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save