Hyprland-dotfiles/.install/done.sh
Stephan Raabe 442f8bed08 Add figlet
2023-12-21 21:57:44 +01:00

10 lines
226 B
Bash

# ------------------------------------------------------
# DONE
# ------------------------------------------------------
echo -e "${GREEN}"
figlet "Done"
echo -e "${NONE}"
echo "Please logout and reboot your system!"
echo ""