diff --git a/post/run.sh b/post/run.sh index 480168d..c8b9abd 100644 --- a/post/run.sh +++ b/post/run.sh @@ -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}"