From 214b628740b971b752cde6a2ff21f22749425983 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Jul 2025 13:11:01 +0200 Subject: [PATCH] replaced neofetch with fastfetch --- post/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/post/run.sh b/post/run.sh index cdf82b7..86ab85e 100644 --- a/post/run.sh +++ b/post/run.sh @@ -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