DavBE Free User Basic Certified Joined Mar 18, 2020 Messages 11 Reaction score 3 Sep 13, 2020 #1 Hi, I'm running 3CX v15 on a vps and I would like to install a fresh v16 instance but my vps provider won't allow me to install from an ISO. Is the 3CX Debian ISO the only way to install 3CX now ? Regards, David
Hi, I'm running 3CX v15 on a vps and I would like to install a fresh v16 instance but my vps provider won't allow me to install from an ISO. Is the 3CX Debian ISO the only way to install 3CX now ? Regards, David
johnvam Platinum Partner Basic Certified Joined Apr 3, 2019 Messages 122 Reaction score 21 Sep 16, 2020 #21 Normally I do the below : wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add - echo "deb http://downloads-global.3cx.com/downloads/debian stretch main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list sudo apt update sudo apt install net-tools dphys-swapfile sudo apt install 3cxpbx so I changed to wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add - echo "deb http://downloads-global.3cx.com/downloads/debian buster main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list sudo apt update sudo apt install net-tools dphys-swapfile sudo apt install 3cxpbx with same result..... Reactions: RiesM
Normally I do the below : wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add - echo "deb http://downloads-global.3cx.com/downloads/debian stretch main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list sudo apt update sudo apt install net-tools dphys-swapfile sudo apt install 3cxpbx so I changed to wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add - echo "deb http://downloads-global.3cx.com/downloads/debian buster main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list sudo apt update sudo apt install net-tools dphys-swapfile sudo apt install 3cxpbx with same result.....