Neofetch.sh fix

This commit is contained in:
Marcel Stangenberger 2025-04-06 11:15:06 +00:00
parent 2f7090a43d
commit c9eba77eda

View File

@ -30,7 +30,7 @@ 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
echo "neofetch" > /etc/profile.d/neofetch.sh
chmod +x /etc/profile.d/neofetch.sh
echo -e "${RED}All done, reboot in 10 seconds...${NOCOL}"