8 lines
204 B
Bash
8 lines
204 B
Bash
mkdir freeswitch
|
|
cd freeswitch
|
|
git init
|
|
git remote add origin https://github.com/signalwire/freeswitch.git
|
|
git fetch --depth 1 origin master
|
|
git checkout FETCH_HEAD
|
|
cp -r ../bbb-voice-conference/config .
|