Skip to content

Commit

Permalink
feat: use proxy when installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Acris committed Aug 28, 2024
1 parent b15e23f commit 8d51cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For server side set up, you can easily install shadowsocks server and v2ray-plug

### Prerequisites
- Asuswrt-Merlin New Gen(version 382.xx and higher) based router
- Entware **must** be installed, you can find installation documents on [https://github.com/RMerl/asuswrt-merlin/wiki/Entware](https://github.com/RMerl/asuswrt-merlin/wiki/Entware)
- Entware **must** be installed, you can find installation documents on [https://github.com/RMerl/asuswrt-merlin.ng/wiki/Entware](https://github.com/RMerl/asuswrt-merlin.ng/wiki/Entware)
- JFFS partition should be enabled
- ca-certificates should be installed for HTTPS support
- git and git-http should be installed
Expand Down
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install() {
/opt/etc/init.d/S02haveged start

echo -e "$ansi_green Cloning shadowsocks-asuswrt-merlin... $ansi_std"
git clone --depth=1 https://github.com/Acris/shadowsocks-asuswrt-merlin.git "$SS_MERLIN_HOME" || {
git clone --depth=1 https://gh-proxy.com/https://github.com/Acris/shadowsocks-asuswrt-merlin.git "$SS_MERLIN_HOME" || {
echo -e "$ansi_red Error: git clone of shadowsocks-asuswrt-merlin repo failed. $ansi_std"
exit 1
}
Expand Down

0 comments on commit 8d51cd2

Please sign in to comment.