1
0
mirror of https://github.com/elisspace/ArchMatic.git synced 2026-08-29 15:33:47 +00:00

Replace dhclient with dhcpcd

Also remove networkmanager-vpnc as it likely isn't needed.
This commit is contained in:
Eli
2022-01-31 12:07:16 +07:00
committed by GitHub
parent e281492e92
commit ae73c1ded9

View File

@@ -17,9 +17,8 @@ PKGS=(
'networkmanager' # Network connection manager
'openvpn' # Open VPN support
'networkmanager-openvpn' # Open VPN plugin for NM
'networkmanager-vpnc' # Open VPN plugin for NM. Probably not needed if networkmanager-openvpn is installed.
'network-manager-applet' # System tray icon/utility for network connectivity
'dhclient' # DHCP client
'dhcpcd' # DHCP client
'libsecret' # Library for storing passwords
)