Refactor plasma-nm installation

This commit is contained in:
Manuel Thalmann 2023-05-04 01:18:06 +02:00
parent 1b4bdb88ec
commit 70393c2dc7

View file

@ -1,4 +1,5 @@
#!/bin/bash
yay --noconfirm -Syu networkmanager-openconnect-git;
contextRoot="$(mktemp -d)";
git clone https://git.nuth.ch/manuth/arch-plasma-nm-sso.git "$contextRoot";
. "$contextRoot/install.sh";