From 3916c4c70297579a8dfbd22eb81ad17684d82953 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 5 Apr 2023 00:54:29 +0200 Subject: [PATCH] Install `openconnect-git` for the hack to work --- scripts/Arch/Software/OpenConnect/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Arch/Software/OpenConnect/install.sh b/scripts/Arch/Software/OpenConnect/install.sh index 841225f5..61236557 100755 --- a/scripts/Arch/Software/OpenConnect/install.sh +++ b/scripts/Arch/Software/OpenConnect/install.sh @@ -1,5 +1,6 @@ #!/bin/bash contextRoot="$(mktemp -d)"; +yay --noconfirm -Syu openconnect-git; git clone https://git.nuth.ch/manuth/arch-networkmanager-openconnect-unsafe-crypto.git "$contextRoot"; . "$contextRoot/install.sh"; rm -rf "$contextRoot";