Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
finzzz committed Jul 10, 2021
1 parent 777df80 commit b1915fb
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 @@ -13,7 +13,7 @@ Zero overhead wireguard setup. Tested on Debian 10.

# Requirements
## Packages
[wireguard](https://www.wireguard.com/install/) curl qrencode iptables ipcalc jq
[wireguard](https://www.wireguard.com/install/) curl qrencode iptables jq

## IPv6
If you need IPv6, please make sure you can access internet using ipv6 before proceeding.
Expand Down Expand Up @@ -72,7 +72,7 @@ wgzero disable clientname
```bash
echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
apt update && apt upgrade
apt install linux-headers-$(uname -r) wireguard curl qrencode iptables ipcalc jq
apt install linux-headers-$(uname -r) wireguard curl qrencode iptables jq
# replace linux-headers-$(uname -r) with linux-headers-amd64 if errors
```

Expand Down

0 comments on commit b1915fb

Please sign in to comment.