d62a9a1fa9
Improve freeswitch build
7 lines
166 B
Bash
7 lines
166 B
Bash
mkdir freeswitch
|
|
cd freeswitch
|
|
git init
|
|
git remote add origin https://github.com/signalwire/freeswitch.git
|
|
git fetch --depth 1 origin v1.10.7
|
|
git checkout FETCH_HEAD
|