Typo __package x -> __package/x
This commit is contained in:
parent
1ecd1e719a
commit
93d2b41358
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue