Remove obsolete workaround

This commit is contained in:
Manuel Thalmann 2024-03-07 00:33:29 +01:00
parent 4a344d590e
commit 20e8ae6cb2
4 changed files with 6 additions and 21 deletions

View file

@ -2,8 +2,12 @@
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "./personal.sh";
. "../Software/OpenConnect/install.sh";
. "../Config/OpenConnect/plasma-nm.sh";
# VPN
yay --noconfirm -Syu \
networkmanager-openconnect \
openconnect-git \
;
# Communication
yay --noconfirm -Syu \

View file

@ -1,5 +0,0 @@
#!/bin/bash
contextRoot="$(mktemp -d)";
git clone https://git.nuth.ch/manuth/arch-networkmanager-openconnect-unsafe-crypto.git "$contextRoot";
. "$contextRoot/install.sh";
rm -rf "$contextRoot";

View file

@ -1,12 +0,0 @@
#!/bin/bash
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";
rm -rf "$contextRoot";

View file

@ -1,2 +0,0 @@
#!/bin/bash
yay --noconfirm -Syu openconnect-git;