Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. echo -e "e[1me[97m You must set the theme in your GRUB config file,"
  2. while : ;do
  3. if [ "$answer" = "g" ];then
  4. echo -e "e[1me[97m You didn't give a valid option, try again."
  5. else
  6. read -p " Would you like to do it now? [y/n] " -t 10 answer
  7. echo -e "e[0m"
  8. if [ "$answer" = "y" ];then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement