Added network manager to default setup
This commit is contained in:
@@ -27,8 +27,9 @@ systemctl enable iptables
|
|||||||
systemctl enable ip6tables
|
systemctl enable ip6tables
|
||||||
|
|
||||||
echo -e "${GREEN}Install minimal required packages...${NOCOL}"
|
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
|
ln -s /usr/bin/nvim /usr/bin/vi
|
||||||
|
systemctl enable NetworkManager
|
||||||
|
|
||||||
echo -e "${GREEN}Setup motd default...${NOCOL}"
|
echo -e "${GREEN}Setup motd default...${NOCOL}"
|
||||||
echo "" > /etc/motd
|
echo "" > /etc/motd
|
||||||
@@ -46,4 +47,4 @@ systemctl mask tmp.mount
|
|||||||
|
|
||||||
echo -e "${RED}All done, reboot in 10 seconds...${NOCOL}"
|
echo -e "${RED}All done, reboot in 10 seconds...${NOCOL}"
|
||||||
sleep 10
|
sleep 10
|
||||||
reboot
|
reboot
|
||||||
|
Reference in New Issue
Block a user