Install openconnect-git for the hack to work

This commit is contained in:
Manuel Thalmann 2023-04-05 00:54:29 +02:00
parent 4701845e24
commit 3916c4c702

View file

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