Skip to content

Instantly share code, notes, and snippets.

View dedayoa's full-sized avatar

Dayo Ayeni dedayoa

View GitHub Profile
@dedayoa
dedayoa / readme.md
Created September 13, 2025 12:05 — forked from amanjuman/readme.md
Install 3CX on Debian 12 Bookworm

Install the dependencies:

apt update && apt install sudo wget gnupg gnupg2 dphys-swapfile -y

Verify the PGP Key

wget -O- https://repo.3cx.com/key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/3cx-archive-keyring.gpg >> /dev/null