From e2544f13e56f35e84689f899d60b4315c2c9d287 Mon Sep 17 00:00:00 2001 From: Alfonso Gamboa Date: Wed, 30 Mar 2022 00:00:29 -0700 Subject: [PATCH] revise util download --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d1ebd75..cebb0b3 100755 --- a/setup.sh +++ b/setup.sh @@ -14,8 +14,10 @@ setup() { echo "Create SD Card root directory" mkdir SD_ROOT -echo "Copy utils to SD_ROOT" +echo "Download utilities to SD_ROOT" wget https://www.busybox.net/downloads/binaries/1.21.1/busybox-mipsel -O SD_ROOT/busybox + +echo "Copy locla utilities to SD_ROOT" cp dropbearmulti SD_ROOT echo "Download latest rootfs firmware $LATEST_ROOTFS"