Skip to content

Instantly share code, notes, and snippets.

@adeshpandey
Created July 24, 2019 12:05
Show Gist options
  • Save adeshpandey/7be5dc91522c0a749c89a8a2668f340e to your computer and use it in GitHub Desktop.
Save adeshpandey/7be5dc91522c0a749c89a8a2668f340e to your computer and use it in GitHub Desktop.
wget -O- https://deb.kamailio.org/kamailiodebkey.gpg | sudo apt-key add -
echo "deb http://deb.kamailio.org/kamailio52 bionic main" | tee -a /etc/apt/sources.list.d/kamailio.list
echo "deb-src http://deb.kamailio.org/kamailio52 bionic main" >> /etc/apt/sources.list.d/kamailio.list
apt update & apt install -y kamailio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment