From 309f55fb19258048ffe8641bf7c5ca6e033b9e03 Mon Sep 17 00:00:00 2001 From: mivirl <> Date: Wed, 4 Oct 2023 02:41:18 +0000 Subject: [PATCH] Uncomment wget --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 29324cf..7c268b0 100644 --- a/build.sh +++ b/build.sh @@ -6,9 +6,9 @@ set -eou pipefail mkdir -p build/output cd build/ -#wget https://busybox.net/downloads/busybox-1.36.1.tar.bz2 -#wget https://github.com/DominicBreuker/pspy/releases/download/v1.2.1/pspy64 -#wget http://staticperl.schmorp.de/smallperl.bin +wget https://busybox.net/downloads/busybox-1.36.1.tar.bz2 +wget https://github.com/DominicBreuker/pspy/releases/download/v1.2.1/pspy64 +wget http://staticperl.schmorp.de/smallperl.bin sha256sum -c ../checksums -- 2.39.5