Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 6, 2023
1 parent c6864ce commit 0a0faaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ importVM() {

if [ ! -e "$ovafile" ]; then
echo "Downloading $OVA_LINK"
wget -O "$ovafile" -q "$OVA_LINK"
axel -n 8 -o "$ovafile" -q "$OVA_LINK"
echo "Download finished, extract"
xz -d $ovafile
echo "Extract finished"
fi

if [ ! -e "id_rsa.pub" ]; then
Expand Down

0 comments on commit 0a0faaa

Please sign in to comment.