Refactor plasma-nm
installation
This commit is contained in:
parent
1e8edc2f02
commit
6e3b1e1750
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
yay --noconfirm -Syu networkmanager-openconnect-git;
|
||||||
contextRoot="$(mktemp -d)";
|
contextRoot="$(mktemp -d)";
|
||||||
git clone https://git.nuth.ch/manuth/arch-plasma-nm-sso.git "$contextRoot";
|
git clone https://git.nuth.ch/manuth/arch-plasma-nm-sso.git "$contextRoot";
|
||||||
. "$contextRoot/install.sh";
|
. "$contextRoot/install.sh";
|
||||||
|
|
Loading…
Reference in a new issue