Skip to content

Commit

Permalink
Release v5.14.19
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed May 7, 2024
1 parent cbb228a commit 8e1fad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-droplet/scripts/01-srs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SOURCE=/tmp/oryx
echo "Install oryx at $SOURCE"
for ((i=0; i<30; i++)); do
cd $(dirname $SOURCE) && rm -rf oryx &&
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 &&
GIT_DONE=YES
if [[ $? -eq 0 ]]; then break; fi
echo "Ignore error and try later..."; sleep 3;
Expand Down

0 comments on commit 8e1fad3

Please sign in to comment.