Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes URL for unar #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions ievms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ check_ext_pack() {

# Download and install `unar` from Google Code.
install_unar() {
local url="http://theunarchiver.googlecode.com/files/unar1.5.zip"
local url="http://wakaba.c3.cx/releases/TheUnarchiver/unar1.10.1.zip"
local archive=`basename "${url}"`

download "unar" "${url}" "${archive}" "fbf544d1332c481d7d0f4e3433fbe53b"
download "unar" "${url}" "${archive}" "d548661e4b6c33512074df81e39ed874"

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

Expand Down