Revert "__consul type requires unzip to be installed"

This reverts commit 45df8dca11.
This commit is contained in:
Steven Armstrong 2015-05-22 21:09:03 +02:00
parent b68091e032
commit 47daae1aa2
1 changed files with 1 additions and 3 deletions

View File

@ -43,9 +43,7 @@ if [ ! -d "$version_dir" ]; then
exit 1 exit 1
fi fi
__package unzip __staged_file /usr/local/bin/consul \
require="__package/unzip" __staged_file /usr/local/bin/consul \
--source "$(cat "$version_dir/source")" \ --source "$(cat "$version_dir/source")" \
--cksum "$(cat "$version_dir/cksum")" \ --cksum "$(cat "$version_dir/cksum")" \
--fetch-command 'curl -s -L "%s"' \ --fetch-command 'curl -s -L "%s"' \