Philip H
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
3 deletions
-
README.md
|
|
@ -34,7 +34,6 @@ You have found the easiest way to install & manage WireGuard on any Linux host! |
|
|
### 1. Prepare (if needed) |
|
|
### 1. Prepare (if needed) |
|
|
|
|
|
|
|
|
**CentOS 7/8/9:** |
|
|
**CentOS 7/8/9:** |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
$ sudo yum install epel-release elrepo-release yum-plugin-elrepo kmod-wireguard |
|
|
$ sudo yum install epel-release elrepo-release yum-plugin-elrepo kmod-wireguard |
|
|
``` |
|
|
``` |
|
|
@ -45,7 +44,6 @@ If you haven't installed Docker yet, install it by running: |
|
|
|
|
|
|
|
|
⚠️ Warning: The Script below will not work on all Linux Distros <br> |
|
|
⚠️ Warning: The Script below will not work on all Linux Distros <br> |
|
|
you need to check how to install docker with your Package Manager. |
|
|
you need to check how to install docker with your Package Manager. |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
$ curl -sSL https://get.docker.com | sh |
|
|
$ curl -sSL https://get.docker.com | sh |
|
|
$ sudo usermod -aG docker $USER |
|
|
$ sudo usermod -aG docker $USER |
|
|
@ -61,7 +59,6 @@ $ exit |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
**Arch Linux/other Arch based Distros:** |
|
|
**Arch Linux/other Arch based Distros:** |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
$ sudo pacman -S docker docker-compose |
|
|
$ sudo pacman -S docker docker-compose |
|
|
$ sudo usermod -aG docker $USER |
|
|
$ sudo usermod -aG docker $USER |
|
|
|