Skip to content

Commit ad48705

Browse files
committed
Move iso to GH
1 parent 72e4b6d commit ad48705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ievms.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99
# ## Global Variables
1010

1111
# The ievms version.
12-
ievms_version="0.3.2"
12+
ievms_version="0.3.3"
1313

1414
# Options passed to each `curl` command.
1515
curl_opts=${CURL_OPTS:-""}
@@ -203,7 +203,7 @@ wait_for_guestcontrol() {
203203

204204
# Find or download the ievms control ISO.
205205
find_iso() {
206-
local url="https://dl.dropboxusercontent.com/u/463624/ievms-control-${ievms_version}.iso"
206+
local url="https://github.com/xdissent/ievms/releases/download/v${ievms_version}/ievms-control.iso"
207207
local dev_iso="${orig_cwd}/ievms-control.iso" # Use local iso if in ievms dev root
208208
if [[ -f "${dev_iso}" ]]
209209
then

0 commit comments

Comments
 (0)