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