# WireGuard Server

To install WireGuard Server on a system, we can use easy installer script.

## Usage

Get the script, and make it executable.

```bash
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
```

To install WireGuard Server, run -

```bash
./wireguard-install.sh
```

***Source:*** [***GitHub***](https://github.com/angristan/wireguard-install)
