Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ievms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ check_ext_pack() {
fi
}

# Download and install `unar` from Google Code.
# Download and install `unar` from The Unarchiver website.
install_unar() {
local url="http://unarchiver.c3.cx/downloads/unar1.10.1.zip"
local url="https://theunarchiver.com/downloads/unarMac.zip"
local archive=`basename "${url}"`

download "unar" "${url}" "${archive}" "d548661e4b6c33512074df81e39ed874"
download "unar" "${url}" "${archive}" "91796924b1b21ee586ed904b319bb447"

unzip "${archive}" || fail "Failed to extract ${ievms_home}/${archive} to ${ievms_home}/, unzip command returned error code $?"

Expand Down