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
|
#!/bin/bash
|
||||||
contextRoot="$(mktemp -d)";
|
contextRoot="$(mktemp -d)";
|
||||||
|
yay --noconfirm -Syu openconnect-git;
|
||||||
git clone https://git.nuth.ch/manuth/arch-networkmanager-openconnect-unsafe-crypto.git "$contextRoot";
|
git clone https://git.nuth.ch/manuth/arch-networkmanager-openconnect-unsafe-crypto.git "$contextRoot";
|
||||||
. "$contextRoot/install.sh";
|
. "$contextRoot/install.sh";
|
||||||
rm -rf "$contextRoot";
|
rm -rf "$contextRoot";
|
||||||
|
|
Loading…
Reference in a new issue