I'm trying to install Postal to my VPS via command:
curl https://raw.githubusercontent.com/atech/postal/master/script/install/ubuntu1604.sh | sh
But face error mentioned below :
Err:8 https://www.rabbitmq.com/debian testing Release 404 OK
E: The repository 'http://www.rabbitmq.com/debian testing Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disa bled by default. N: See apt-secure(8) manpage for repository creation and user configuration deta ils.
You can manually add the RabbitMQ repository as described in the website.
This script will include the GPG keys and both the RabbitMQ repository and the Earlang repository.
After that, don't forget to remove the old and defective entry from the
/etc/apt/sources.list, or your apt update will fail.