Skip to content

Commit

Permalink
Move iso to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
xdissent committed Mar 16, 2017
1 parent 72e4b6d commit ad48705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ievms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
# ## Global Variables

# The ievms version.
ievms_version="0.3.2"
ievms_version="0.3.3"

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

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

0 comments on commit ad48705

Please sign in to comment.