replaced neofetch with fastfetch

This commit is contained in:
2025-07-11 13:11:01 +02:00
parent 3b6b0aaa33
commit 214b628740

View File

@@ -27,13 +27,13 @@ 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 neofetch 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
ln -s /usr/bin/nvim /usr/bin/vi
echo -e "${GREEN}Setup motd default...${NOCOL}"
echo "" > /etc/motd
echo "neofetch" > /etc/profile.d/neofetch.sh
chmod +x /etc/profile.d/neofetch.sh
echo "fastfetch" > /etc/profile.d/fastfetch.sh
chmod +x /etc/profile.d/fastfetch.sh
echo -e "${GREEN}Install deployment script...${NOCOL}"
curl -so /usr/local/bin/deploy https://git.xoservice.nl/marcel/deploy/raw/master/deploy.sh