mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[Build-system] Migrate music/sounds from files.freeswitch.org to https://github.com/freeswitch/freeswitch-sounds/releases (#3062)
This commit is contained in:
@@ -11,7 +11,7 @@ basedir=$(pwd);
|
||||
|
||||
if [ ! -d "$basedir/../freeswitch-sounds" ]; then
|
||||
cd $basedir/..
|
||||
git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
|
||||
git clone https://github.com/freeswitch/freeswitch-sounds.git
|
||||
else
|
||||
cd $basedir/../freeswitch-sounds
|
||||
git clean -fdx
|
||||
|
||||
Reference in New Issue
Block a user