hyprland-dotfiles/.install/done.sh

10 lines
226 B
Bash
Raw Normal View History

2023-11-10 21:12:15 +00:00
# ------------------------------------------------------
# DONE
# ------------------------------------------------------
2023-11-24 12:58:59 +00:00
echo -e "${GREEN}"
2023-12-21 20:57:44 +00:00
figlet "Done"
2023-11-24 12:58:59 +00:00
echo -e "${NONE}"
2023-11-26 10:57:21 +00:00
echo "Please logout and reboot your system!"
2023-11-10 21:12:15 +00:00
echo ""