Unverified Commit 7c6f69b6 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update install.sh

parent 0938f63f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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..."