Removed networkmanager

This commit is contained in:
2025-08-01 21:06:19 +02:00
parent 7c00a7b560
commit b207deddbb

View File

@@ -25,7 +25,7 @@ curl -so /etc/iptables/iptables.rules $REPO/raw/branch/master/post/iptables.rule
curl -so /etc/iptables/ip6tables.rules $REPO/raw/branch/master/post/ip6tables.rules
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 networkmanager
pacman --noconfirm -S cronie rsync iftop htop bash-completion iotop lsof screen fastfetch neovim man-db inetutils base-devel git
ln -s /usr/bin/nvim /usr/bin/vi
echo -e "${GREEN}Setup time service...${NOCOL}"
@@ -35,7 +35,6 @@ sed -i 's/#FallbackNTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.o
echo -e "${GREEN}Activating required services...${NOCOL}"
systemctl enable iptables
systemctl enable ip6tables
systemctl enable NetworkManager
systemctl enable cronie
echo -e "${GREEN}Setup motd default...${NOCOL}"