mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
15 lines
361 B
Bash
15 lines
361 B
Bash
#!/bin/bash
|
|
|
|
clear
|
|
tte -i ~/.local/share/omarchy/logo.txt --frame-rate 920 laseretch
|
|
echo
|
|
echo "You're done! So we're ready to reboot now..." | tte --frame-rate 640 wipe
|
|
|
|
if sudo test -f /etc/sudoers.d/99-omarchy-installer; then
|
|
sudo rm -f /etc/sudoers.d/99-omarchy-installer &>/dev/null
|
|
echo -e "\nRemember to remove USB installer!\n\n"
|
|
fi
|
|
|
|
sleep 5
|
|
reboot
|