7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
mkdir freeswitch
|
|
cd freeswitch
|
|
git init
|
|
git remote add origin https://github.com/signalwire/freeswitch.git
|
|
git fetch --depth 1 origin v1.10.12
|
|
git checkout FETCH_HEAD
|