Remove obsolete workaround
This commit is contained in:
parent
4ae4f59798
commit
3edef51ffe
4 changed files with 6 additions and 21 deletions
|
@ -2,8 +2,12 @@
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. "./personal.sh";
|
. "./personal.sh";
|
||||||
. "../Software/OpenConnect/install.sh";
|
|
||||||
. "../Config/OpenConnect/plasma-nm.sh";
|
# VPN
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
networkmanager-openconnect \
|
||||||
|
openconnect-git \
|
||||||
|
;
|
||||||
|
|
||||||
# Communication
|
# Communication
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
|
|
|
@ -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";
|
|
|
@ -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";
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
yay --noconfirm -Syu openconnect-git;
|
|
Loading…
Reference in a new issue