maxbyz / wireguard_rpi_installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WireGuard Raspberry Pi Installer Script

This script was created from instructions found at GitHub.

How to run

Execute the following in a terminal session

curl -s https://raw.githubusercontent.com/whiskerz007/wireguard_rpi_installer/master/wg-rpi-install.sh | bash -s

or

wget -O - https://raw.githubusercontent.com/whiskerz007/wireguard_rpi_installer/master/wg-rpi-install.sh | bash -s

About

License:MIT License


Languages

Language:Shell 100.0%