Update networkmanager-openconnect
link
This commit is contained in:
parent
b4406b79d1
commit
33082b597f
1 changed files with 1 additions and 1 deletions
|
@ -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" .;
|
||||
|
|
Loading…
Reference in a new issue