Typo __package x -> __package/x

This commit is contained in:
Modulos 2017-04-23 08:22:31 +02:00
commit 93d2b41358
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ then
echo "Missing nextcloud version (parameter/version)" >&2
exit 1
fi
nextcloud_uri="${nextcloud_url}${nextcloud_version}.tar.bz2"
nextcloud_uri="${nextcloud_url}-${nextcloud_version}.tar.bz2"
# Download tar ball extract and apply script
# TODO: verify shasum of tar ball
curl -LO ${nextcloud_uri} -o ${nextcloud_dir}/nextcloud.tar.bz2