- Joined
- Apr 3, 2019
- Messages
- 122
- Reaction score
- 21
Hello!
I use for my clients Hetzner Cloud servers. Today I installed a new Debian 9 server with 3CX and tried to upgrade to Debian 10 using the upgrade button in Updates section.
But update fails. Check the attached file.
Any idea?
As always I install Debian 9 3CX using the following commands :
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | apt-key add -
echo "deb http://downloads-global.3cx.com/downloads/debian stretch main" | tee /etc/apt/sources.list.d/3cxpbx.list
sh -c 'apt update; apt upgrade -y; apt full-upgrade -y; apt-get autoremove -y; apt-get autoclean -y'
apt install net-tools dphys-swapfile
apt install 3cxpbx -y
I use for my clients Hetzner Cloud servers. Today I installed a new Debian 9 server with 3CX and tried to upgrade to Debian 10 using the upgrade button in Updates section.
But update fails. Check the attached file.
Any idea?
As always I install Debian 9 3CX using the following commands :
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | apt-key add -
echo "deb http://downloads-global.3cx.com/downloads/debian stretch main" | tee /etc/apt/sources.list.d/3cxpbx.list
sh -c 'apt update; apt upgrade -y; apt full-upgrade -y; apt-get autoremove -y; apt-get autoclean -y'
apt install net-tools dphys-swapfile
apt install 3cxpbx -y