Added inetutils to default packages

This commit is contained in:
Marcel Stangenberger 2025-04-06 16:46:35 +00:00
parent 11345cd7df
commit 66364a78dd

View File

@ -25,7 +25,7 @@ systemctl enable iptables
systemctl enable ip6tables
echo -e "${GREEN}Install minimal required packages...${NOCOL}"
pacman --noconfirm -S iftop htop bash-completion iotop lsof screen neofetch neovim man-db
pacman --noconfirm -S iftop htop bash-completion iotop lsof screen neofetch neovim man-db inetutils
ln -s /usr/bin/nvim /usr/bin/vi
echo -e "${GREEN}Setup motd default...${NOCOL}"