Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
wget-ssl needed for script downloading on Asuswrt-Merlin 388.2_2
  • Loading branch information
astepchenko authored Aug 18, 2023
1 parent 42d3854 commit 8f703a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ For server side set up, you can easily install shadowsocks server and v2ray-plug
- JFFS partition should be enabled
- ca-certificates should be installed for HTTPS support
- git and git-http should be installed
- wget should be installed
- wget-ssl should be installed

Make sure you have installed all prerequisites software and utils, you can install it by:
```sh
opkg update
opkg upgrade
opkg install ca-certificates git-http wget
opkg install ca-certificates git-http wget-ssl
```

### Installation
Expand Down

0 comments on commit 8f703a8

Please sign in to comment.