Created
January 26, 2022 17:16
-
-
Save ganapathichidambaram/0fbe5dc8d14014e342ec486ec5517602 to your computer and use it in GitHub Desktop.
OpenSuse Repository for Freeswitch Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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