Install openconnect-git
for the hack to work
This commit is contained in:
parent
229bdd58d3
commit
69ccf4a293
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue