PortValhalla/scripts/Arch/Config/OpenConnect/plasma-nm.sh

6 lines
168 B
Bash
Raw Normal View History

#!/bin/bash
contextRoot="$(mktemp -d)";
git clone https://git.nuth.ch/manuth/arch-plasma-nm-sso.git "$contextRoot";
. "$contextRoot/install.sh";
rm -rf "$contextRoot";