Skip to content

Commit 8e1fad3

Browse files
committed
Release v5.14.19
1 parent cbb228a commit 8e1fad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-droplet/scripts/01-srs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SOURCE=/tmp/oryx
1313
echo "Install oryx at $SOURCE"
1414
for ((i=0; i<30; i++)); do
1515
cd $(dirname $SOURCE) && rm -rf oryx &&
16-
git clone -b main --depth 1 https://github.com/ossrs/oryx.git &&
16+
git clone -b release/5.14 --depth 1 https://github.com/ossrs/oryx.git &&
1717
GIT_DONE=YES
1818
if [[ $? -eq 0 ]]; then break; fi
1919
echo "Ignore error and try later..."; sleep 3;

0 commit comments

Comments
 (0)