Add OpenConnect components to personal profile

This commit is contained in:
Manuel Thalmann 2024-03-07 22:09:58 +01:00
parent fc10b7d930
commit c6ba1cdd56
2 changed files with 5 additions and 6 deletions

View file

@ -48,6 +48,11 @@ sudo systemctl enable --now power-profiles-daemon;
# Networking
yay --noconfirm -Syu networkmanager-openvpn;
yay --noconfirm -Syu \
networkmanager-openconnect \
openconnect-git \
;
# Fonts
yay --noconfirm -Syu \
ttf-cascadia-code-nerd \

View file

@ -3,12 +3,6 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "./personal.sh";
# VPN
yay --noconfirm -Syu \
networkmanager-openconnect \
openconnect-git \
;
# Communication
yay --noconfirm -Syu \
teams-for-linux-bin;