Add OpenConnect components to personal profile
This commit is contained in:
parent
8246cee66a
commit
68611a3048
2 changed files with 5 additions and 6 deletions
|
@ -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 \
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue