A spurious trailing slash in $download_url_base resulted in a double-slash
in the URL passed to curl.
The endpoint server doesn't like such URL and replies with a AccessDenied
error code, making installation fail. Removing the trailing slash in the
base URL fixes it.
A spurious trailing slash in $download_url_base resulted in a double-slash in the URL passed to curl. The endpoint server doesn't like such URL and replies with a
AccessDenied
error code, making installation fail. Removing the trailing slash in the base URL fixes it.Signed-off-by: Luca Bruno lucab@debian.org