nginxinc / nginx-amplify-agent

NGINX Amplify Agent
BSD 2-Clause "Simplified" License
21 stars 9 forks source link

The Ubuntu Focal repository is unsigned, making it impossible to use it #78

Open dleidert opened 2 years ago

dleidert commented 2 years ago

Hi there:

Ign:4 http://packages.amplify.nginx.com/ubuntu focal InRelease                    
Hit:5 http://packages.amplify.nginx.com/ubuntu focal Release
Ign:6 http://packages.amplify.nginx.com/ubuntu focal Release.gpg
Reading package lists... Done
E: The repository 'http://packages.amplify.nginx.com/ubuntu focal Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

It would be nice if you could fix that, so users are not forced to use potentially dangerous APT options.

dleidert commented 2 years ago

And the section doesn't contain any packages ...

nkashiv commented 2 years ago

@dleidert Looks like you are updating the agent from 1.7 to 1.8 Please update your local repository configuration by following the instructions here: https://amplify.nginx.com/docs/guide-installing-and-managing-nginx-amplify-agent.html#updating-the-agent

Or alternatively you can use the install script which points to the correct path. Just make sure to save your agent.conf so it does not get overwritten with a default agent.conf if you are using this option.

dleidert commented 2 years ago

I think that this should be written down in the installation instructions (like "Installing on Debian (<= x) or Ubuntu (<= y)" and "Installing on Debian (>= x) or Ubuntu (>= y)". The py3/ subdirectory is not mentioned once in the installation instructions.