nix-config/sh/151-openvpn
2018-09-01 00:16:19 -04:00

12 lines
228 B
Bash

#!/bin/sh
#
# This script adds support for connecting to a VPN with OpenVPN.
# Alternatively, you can also use it as a server and host your
# own VPN.
#
# https://wiki.archlinux.org/index.php/OpenVPN
set -xe
pacman -S openvpn