I'm trying to download Heroku for the first time onto my Ubuntu 16.04 and I'm following the Heroku website's instructions exactly by the following:
sudo add-apt-repository "deb https://cli-assets.heroku.com/branches/stable/apt ./"
curl -L https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install heroku
But every time I get to sudo apt-get update I receive the following errors:
W: the repository 'http:''cli-assets.heroku.com/branches/stable/apt ./ Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://cli-assets.heroku.com/branches/stable/apt/./Packages
403 Forbidden [IP: 52.84.3.182 80]
E: Some index files failed to download. They have been ignore, or old ones used instead.
W: Duplicate sources.list entry https://cli-assets.heroku.com/branches/stable/apt ./Release
Suggestions?