You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/tests/qemu-tests/download_images.sh

14 lines
293 B
Bash

#!/bin/bash
set -o errexit
URL="https://github.com/gsingh93/linux-exploit-dev-env/releases/latest/download"
wget "$URL/rootfs-x86_64.img"
wget "$URL/rootfs-arm64.img"
wget "$URL/bzImage-linux-x86_64"
wget "$URL/bzImage-ack-x86_64"
wget "$URL/Image-linux-arm64"
wget "$URL/Image-ack-arm64"