bigbluebutton-Github/freeswitch.placeholder.sh
Anton Georgiev 0b87b13f86 build: add +x to scripts pulling external dependencies
Make is less noisy for local building of dependencies like freeswitch
by storing the executable flag for the scripts
and not listing the resulting packages in artifacts/
2022-02-27 17:12:03 +00:00

7 lines
166 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.7
git checkout FETCH_HEAD