Recently running Ubuntu 19.04, I noticed the following when adding the official bitcoin PPA
After running:
$ sudo add-apt-repository ppa:bitcoin/bitcoin
$ sudo apt update
I get the following error:
...
W: The repository 'http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu disco 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.
I have to run the following to actually fetch the update information:
$ sudo apt-get update --allow-insecure-repositories
I think this is an easy fix given the right credentials for the PPA repo?