Skip to content

Commit

Permalink
chore: update reference to install script (Jigsaw-Code#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 21, 2024
1 parent a62b25b commit e2486ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shadowbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ client apps. Shadowbox is also compatible with standard Shadowsocks clients.
To install and run Shadowbox on your own server, run

```
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)"
```

You can specify flags to customize the installation. For example, to use hostname `myserver.com` and the port 443 for access keys, you can run:

```
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)" install_server.sh --hostname=myserver.com --keys-port=443
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)" install_server.sh --hostname=myserver.com --keys-port=443
```

Use `sudo --preserve-env` if you need to pass environment variables. Use `bash -x` if you need to debug the installation.
Expand Down

0 comments on commit e2486ba

Please sign in to comment.