From c4ecd89bf6b072fd3a4f8acea73e6d8c30056ec7 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 4 May 2023 19:48:12 +0200 Subject: [PATCH] Install unmentioned `networkmanager-openconnect-git` deps --- scripts/Arch/Config/OpenConnect/plasma-nm.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/Arch/Config/OpenConnect/plasma-nm.sh b/scripts/Arch/Config/OpenConnect/plasma-nm.sh index 32dac74f..5ab4eb0f 100755 --- a/scripts/Arch/Config/OpenConnect/plasma-nm.sh +++ b/scripts/Arch/Config/OpenConnect/plasma-nm.sh @@ -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";