Skip to content

Instantly share code, notes, and snippets.

@amanjuman
Last active January 13, 2023 05:58
Show Gist options
  • Save amanjuman/d932c07080905428912221e5a86c6743 to your computer and use it in GitHub Desktop.
Save amanjuman/d932c07080905428912221e5a86c6743 to your computer and use it in GitHub Desktop.
install 3cx on debian 10
echo 'deb http://deb.debian.org/debian buster-backports main' | sudo tee /etc/apt/sources.list.d/buster-backports.list
sudo apt -t buster-backports upgrade
sudo apt install -y net-tools dphys-swapfile gnupg2
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-get update && sudo apt-get -y upgrade && sudo apt dist-upgrade -y && sudo apt-get autoremove -y
sudo apt-cache policy 3cxpbx
sudo apt install 3cxpbx
# Specific Version
sudo apt-get install 3cxpbx=xx.x.xxxx
sudo /usr/sbin/3CXWizard --cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment