From 30f38e1c7fba72a065c34d09b6894264edeadde1 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 27 Jul 2025 09:43:51 +0200 Subject: [PATCH] Added network manager to default setup --- post/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/post/run.sh b/post/run.sh index 5a039f1..3b16ceb 100644 --- a/post/run.sh +++ b/post/run.sh @@ -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 \ No newline at end of file +reboot