mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Update install.sh
This commit is contained in:
parent
681ca39fe7
commit
46647526a3
@ -10,6 +10,9 @@ BASE=$(basename "$URL" .pat)
|
|||||||
[ ! -f "$IMG/$BASE.boot.img" ] && rm -f "$IMG"/"$BASE".system.img
|
[ ! -f "$IMG/$BASE.boot.img" ] && rm -f "$IMG"/"$BASE".system.img
|
||||||
[ -f "$IMG/$BASE.system.img" ] && exit 0
|
[ -f "$IMG/$BASE.system.img" ] && exit 0
|
||||||
|
|
||||||
|
# Display wait message on port 5000
|
||||||
|
/run/server.sh 5000 > /dev/null &
|
||||||
|
|
||||||
TMP="$IMG/tmp"
|
TMP="$IMG/tmp"
|
||||||
|
|
||||||
echo "Install: Downloading extractor..."
|
echo "Install: Downloading extractor..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user