- Joined
- Oct 18, 2023
- Messages
- 1
- Reaction score
- 0
Hi there my champion friends
I'm installing 3cx on AWS Debian v10.
I had no idea how to upload the software, so i used this code:
There was about three other lines of code i pasted to the SSH.
However apparently this is not the DO way. I don't know what the DO way is.
Also, my debian said this: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Could someone please direct me to the post where it walks me through the full dummies install for AWS debian.
Is the DO way the best way to upload to the debian server? Where is the tutorial on that? I need to uplaod via the 3cx host name, not an ISO or pen drive.
ALso what gnupg package should i install?
Steve
I'm installing 3cx on AWS Debian v10.
I had no idea how to upload the software, so i used this code:
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | echo "deb http://downloads-global.3cx.com/downloads/debian buster main" | sudo tee /etc/apt/sources.list.d/3cxpbx.listdeb http://downloads-global.3cx.com/downloads/debian buster main
echo "deb http://downloads-global.3cx.com/downloads/debian buster-testing main" | sudo tee /etc/apt/sources.list.d/3cxpbx-testing.listdeb http://downloads-global.3cx.com/downloads/debian buster-testing main
sudo apt updateThere was about three other lines of code i pasted to the SSH.
However apparently this is not the DO way. I don't know what the DO way is.
Also, my debian said this: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Could someone please direct me to the post where it walks me through the full dummies install for AWS debian.
Is the DO way the best way to upload to the debian server? Where is the tutorial on that? I need to uplaod via the 3cx host name, not an ISO or pen drive.
ALso what gnupg package should i install?
Steve