From 1017181182eb4388054a99f60efa0cdc802bb7bd Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Fri, 11 Feb 2022 20:05:26 +0100 Subject: [PATCH] Add new protonvpn install with openvpn --- configs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/configs.yml b/configs.yml index 113527d..cb236ca 100644 --- a/configs.yml +++ b/configs.yml @@ -218,6 +218,21 @@ keepass: - git@tunuifranken.info:flyingscorpio/keepass.git - ~/keepass +protonvpn: + - install: + - openvpn + - clone: + url: https://aur.archlinux.org/openvpn-update-systemd-resolved.git + dest: ~/builds/openvpn-update-systemd-resolved + condition: arch + - run: + command: cd ~/builds/openvpn-update-systemd-resolved && makepkg -cirs --needed + condition: arch + - run: + - sudo cp ~/src/secrets/setup-cockpit/protonvpn_confs/*.conf /etc/openvpn/client/ + - run: + - sudo systemctl enable openvpn-client@fr.protonvpn.com.udp.service + mariadb: - install: - mariadb