We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb228a commit 8e1fad3Copy full SHA for 8e1fad3
scripts/setup-droplet/scripts/01-srs.sh
@@ -13,7 +13,7 @@ SOURCE=/tmp/oryx
13
echo "Install oryx at $SOURCE"
14
for ((i=0; i<30; i++)); do
15
cd $(dirname $SOURCE) && rm -rf oryx &&
16
- git clone -b main --depth 1 https://github.com/ossrs/oryx.git &&
+ git clone -b release/5.14 --depth 1 https://github.com/ossrs/oryx.git &&
17
GIT_DONE=YES
18
if [[ $? -eq 0 ]]; then break; fi
19
echo "Ignore error and try later..."; sleep 3;
0 commit comments