Add scripts for installing OpenConnect workarounds

This commit is contained in:
Manuel Thalmann 2023-05-03 18:43:34 +02:00
commit 9ba6fea894
3 changed files with 10 additions and 4 deletions
scripts/Arch/Software/OpenConnect

View file

@ -1,6 +1,2 @@
#!/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";