FusionPBX on Debian 10

Status
Not open for further replies.

Truckin

New Member
Jul 26, 2021
15
0
1
38
Hi,

I have an installation of FusionPBX on Debian 10 which has gone pretty smoothly. I can access the web gui and begin configuration with no issues. However, if I SSH into the Debian VPS I can't run "apt-get update". I think there's an issue with the repositories but I am not sure how to correct it?? see attached file for the error and any help would be appreciated.
Truckin
 

Attachments

  • fusion error.png
    fusion error.png
    148 KB · Views: 21

balu

New Member
Aug 19, 2021
2
0
1
124
If you are "root":

Bash:
cd ~

then with CURL:
Bash:
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
OR with WGET:

Bash:
wget -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
 

Truckin

New Member
Jul 26, 2021
15
0
1
38
WOW! That worked perfectly! Thank you!
So, what was the issue that those above commands corrected?
 
Status
Not open for further replies.