Skip to content

Commit

Permalink
更新 setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gitMFQ authored Dec 1, 2024
1 parent 83cea3a commit f3b619e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ if ! command -v node >/dev/null || ! command -v git >/dev/null || ! command -v y
fi
;;
Darwin)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/usr/bin/ruby -e "$(curl -fsSL https://ghp.ci/raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node git yarn
;;
esac
fi

# Clone the repository and install dependencies
git clone https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
git clone https://ghp.ci/github.com/ChatGPTNextWeb/ChatGPT-Next-Web
cd ChatGPT-Next-Web
yarn install

Expand Down

0 comments on commit f3b619e

Please sign in to comment.