Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 470 Bytes

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