File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- VERSION =0.1.2
1+ VERSION =0.1.3
22BUILD =` git rev-parse --short=8 HEAD `
33.PHONY : all fmt static precommit arm64 amd64 fmt static test release release_dir
44
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ Make sure you have WireGuard and iptables installed
2929To download using curl run:
3030``` shell
3131# for x86_64
32- curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.2 /wg-cmd-0.1.2 -linux-amd64 -o /usr/local/bin/wg-cmd
32+ curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.3 /wg-cmd-0.1.3 -linux-amd64 -o /usr/local/bin/wg-cmd
3333
3434# for arm64
35- curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.2 /wg-cmd-0.1.2 -linux-arm64 -o /usr/local/bin/wg-cmd
35+ curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.3 /wg-cmd-0.1.3 -linux-arm64 -o /usr/local/bin/wg-cmd
3636```
3737
3838Set proper permissions and run the tool:
You can’t perform that action at this time.
0 commit comments