7 lines
109 B
Bash
Raw Permalink Normal View History

2019-05-28 05:33:04 -04:00
#!/bin/bash
# install wireguard
add-apt-repository ppa:wireguard/wireguard
apt update
apt install wireguard