From 33082b597f752fa0ed82e0eb75b7e575289e4eb0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 21 Apr 2023 15:18:23 +0200 Subject: [PATCH] Update `networkmanager-openconnect` link --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4a269d3..6bb3086 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ scriptRoot="$(realpath "${BASH_SOURCE%/*}")"; patchFile="allow_insecure_crypto.patch"; patchedConfig="openssl_insecure_crypto.cnf"; -git clone https://aur.archlinux.org/networkmanager-openconnect-useragent-git.git "$contextRoot"; +git clone https://aur.archlinux.org/networkmanager-openconnect-git.git "$contextRoot"; cd "$contextRoot"; cp "$scriptRoot/$patchFile" .; cp "$scriptRoot/$patchedConfig" .;