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
|
# Networking
|
||||||
yay --noconfirm -Syu networkmanager-openvpn;
|
yay --noconfirm -Syu networkmanager-openvpn;
|
||||||
|
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
networkmanager-openconnect \
|
||||||
|
openconnect-git \
|
||||||
|
;
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
ttf-cascadia-code-nerd \
|
ttf-cascadia-code-nerd \
|
||||||
|
|
|
@ -3,12 +3,6 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. "./personal.sh";
|
. "./personal.sh";
|
||||||
|
|
||||||
# VPN
|
|
||||||
yay --noconfirm -Syu \
|
|
||||||
networkmanager-openconnect \
|
|
||||||
openconnect-git \
|
|
||||||
;
|
|
||||||
|
|
||||||
# Communication
|
# Communication
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
teams-for-linux-bin;
|
teams-for-linux-bin;
|
||||||
|
|
Loading…
Reference in a new issue