Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Jul 26, 2024
1 parent 67a6841 commit 999fe86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Setup github secrets following the table below:

#### Initial Setup

1. SSH into the remote server and create .env file following the example [.env.example](.env.example).
1. SSH into the remote server and create .env file following the example [.env.example](.env.example) and add HELIOS_SSH public key.
2. Run Server Setup script [scripts/server_setupr.sh](scripts/server_setup.sh).
3. Run binary `./agent-wireguard`.

Expand Down
2 changes: 2 additions & 0 deletions scripts/download_binary.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
OWNER="HeliosShieldProject"
REPO="agent-wireguard-rust"
SAVE_PATH="asset.tar.gz"
rm -f "$SAVE_PATH" agent-wireguard
ASSET_URL=$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/$OWNER/$REPO/releases/latest | grep '"browser_download_url"' | grep 'tar.gz' | head -n 1 | sed -E 's/.*"([^"]+)".*/\1/')
Expand Down

0 comments on commit 999fe86

Please sign in to comment.