Install unmentioned networkmanager-openconnect-git deps

This commit is contained in:
Manuel Thalmann 2023-05-04 19:48:12 +02:00
parent 14e07a15b4
commit c4ecd89bf6

View file

@ -1,5 +1,11 @@
#!/bin/bash #!/bin/bash
yay --noconfirm -Syu networkmanager-openconnect-git; yay --noconfirm -Syu \
gcr \
webkit2gtk;
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";