From 46647526a3466ba8b29846547d462f594ee777c1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 7 Apr 2023 18:51:18 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index e970b13..3f96b16 100644 --- a/install.sh +++ b/install.sh @@ -10,6 +10,9 @@ BASE=$(basename "$URL" .pat) [ ! -f "$IMG/$BASE.boot.img" ] && rm -f "$IMG"/"$BASE".system.img [ -f "$IMG/$BASE.system.img" ] && exit 0 +# Display wait message on port 5000 +/run/server.sh 5000 > /dev/null & + TMP="$IMG/tmp" echo "Install: Downloading extractor..."