Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
修复一个自己制造的错误
  • Loading branch information
wy414012 authored Jun 7, 2023
1 parent 2dc2bb3 commit 4c7129d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lilu/Scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ install_compiled_sdk() {

echo "Installing compiled SDK..."

echo "-> Cloning the latest version from master..."
echo "-> Cloning the latest version from yaming-network..."

local url="https://github.com/${REPO_PATH}"
"${GIT}" clone "${url}" -b "master" --depth=1 "tmp" || ret=$?
"${GIT}" clone "${url}" -b "yaming-network" --depth=1 "tmp" || ret=$?
if [ $ret -ne 0 ]; then
echo "ERROR: Failed to clone repository with code ${ret}!"
return 1
Expand Down

0 comments on commit 4c7129d

Please sign in to comment.