Add a script for installing OpenConnect
This commit is contained in:
parent
4c7d286731
commit
73c723fbc9
1 changed files with 4 additions and 0 deletions
4
scripts/Arch/Software/OpenConnect/install.sh
Executable file
4
scripts/Arch/Software/OpenConnect/install.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
contextRoot="$(mktemp -d)";
|
||||
git clone git@git.nuth.ch:manuth/arch-networkmanager-openconnect-unsafe-crypto.git "$contextRoot";
|
||||
. "$contextRoot/install.sh";
|
Loading…
Reference in a new issue