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" .;