Skip to content

Commit

Permalink
Update script URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Acris committed Mar 18, 2020
1 parent 7dced97 commit 74eb509
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 @@ -24,7 +24,7 @@ opkg install ca-certificates git-http wget
### Installation
shadowsocks-asuswrt-merlin is installed by running the following commands in your terminal:
```sh
sh -c "$(wget https://raw.githubusercontent.com/Acris/shadowsocks-asuswrt-merlin/master/tools/install.sh -O -)"
sh -c "$(wget https://raw.github.com/Acris/shadowsocks-asuswrt-merlin/master/tools/install.sh -O -)"
```

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ upgrade() {

rm -f ${SS_MERLIN_HOME}/tools/do_upgrade.sh

wget https://raw.githubusercontent.com/Acris/shadowsocks-asuswrt-merlin/master/tools/do_upgrade.sh -O ${SS_MERLIN_HOME}/tools/do_upgrade.sh
wget https://raw.github.com/Acris/shadowsocks-asuswrt-merlin/master/tools/do_upgrade.sh -O ${SS_MERLIN_HOME}/tools/do_upgrade.sh

chmod +x ${SS_MERLIN_HOME}/tools/do_upgrade.sh

Expand Down

0 comments on commit 74eb509

Please sign in to comment.