You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bigbluebutton-v2.5.11/freeswitch.placeholder.sh

7 lines
166 B

mkdir freeswitch
cd freeswitch
git init
git remote add origin https://github.com/signalwire/freeswitch.git
git fetch --depth 1 origin v1.10.8
git checkout FETCH_HEAD