mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
0f7f51e81c
This commit adds sudo where needed for the majority of pacman commands. It also removes zsh, urxvt, and renpy since we don't use those anymore.
12 lines
233 B
Bash
12 lines
233 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
|
|
|
|
sudo pacman -S openvpn
|