Refactor plasma-nm installation

This commit is contained in:
Manuel Thalmann 2023-05-04 01:18:06 +02:00
parent 1e8edc2f02
commit 6e3b1e1750

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";