Clean up folder after installing OpenConnect
This commit is contained in:
parent
73c723fbc9
commit
23a8ff7e1a
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
|||
contextRoot="$(mktemp -d)";
|
||||
git clone git@git.nuth.ch:manuth/arch-networkmanager-openconnect-unsafe-crypto.git "$contextRoot";
|
||||
. "$contextRoot/install.sh";
|
||||
rm -rf "$contextRoot";
|
||||
|
|
Loading…
Reference in a new issue