Skip to content

Instantly share code, notes, and snippets.

@ganapathichidambaram
Created January 26, 2022 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganapathichidambaram/0fbe5dc8d14014e342ec486ec5517602 to your computer and use it in GitHub Desktop.
Save ganapathichidambaram/0fbe5dc8d14014e342ec486ec5517602 to your computer and use it in GitHub Desktop.
OpenSuse Repository for Freeswitch Installation
echo 'deb http://download.opensuse.org/repositories/home:/ganapathi/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:ganapathi.list
curl -fsSL https://download.opensuse.org/repositories/home:ganapathi/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ganapathi.gpg > /dev/null
sudo apt update
sudo apt install freeswitch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment