Install unmentioned networkmanager-openconnect-git
deps
This commit is contained in:
parent
14e07a15b4
commit
c4ecd89bf6
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
#!/bin/bash
|
||||
yay --noconfirm -Syu networkmanager-openconnect-git;
|
||||
yay --noconfirm -Syu \
|
||||
gcr \
|
||||
webkit2gtk;
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue