Added network manager to default setup

This commit is contained in:
2025-07-27 09:43:51 +02:00
parent 523575cefc
commit 30f38e1c7f

View File

@@ -27,8 +27,9 @@ systemctl enable iptables
systemctl enable ip6tables
echo -e "${GREEN}Install minimal required packages...${NOCOL}"
pacman --noconfirm -S cronie rsync iftop htop bash-completion iotop lsof screen fastfetch neovim man-db inetutils base-devel git
pacman --noconfirm -S cronie rsync iftop htop bash-completion iotop lsof screen fastfetch neovim man-db inetutils base-devel git networkmanager
ln -s /usr/bin/nvim /usr/bin/vi
systemctl enable NetworkManager
echo -e "${GREEN}Setup motd default...${NOCOL}"
echo "" > /etc/motd
@@ -46,4 +47,4 @@ systemctl mask tmp.mount
echo -e "${RED}All done, reboot in 10 seconds...${NOCOL}"
sleep 10
reboot
reboot