forked from Shinonome/dots-hyprland
Minor fixes on text.
This commit is contained in:
+3
-12
@@ -33,19 +33,10 @@ startask (){
|
||||
printf "\e[34m[$0]: Hi there!\n"
|
||||
printf 'This script 1. only works for ArchLinux and Arch-based distros.\n'
|
||||
printf ' 2. has not been fully tested, use at your own risk.\n'
|
||||
printf '\n'
|
||||
printf "\e[31m"
|
||||
printf "=============\n"
|
||||
printf "PLEASE CONFIRM\n"
|
||||
printf "YOU HAVE\n"
|
||||
printf " \"$HOME/.config\"\n"
|
||||
printf " AND\n"
|
||||
printf " \"$HOME/.local\"\n"
|
||||
printf "ALREADY BACKUPED\n"
|
||||
printf "BY YOURSELF!\n"
|
||||
printf "=============\n"
|
||||
printf "\n\e[97m"
|
||||
printf "Enter the capital \"YES\" to continue:"
|
||||
printf "Please CONFIRM that you HAVE ALREADY BACKED UP \"$HOME/.config/\" and \"$HOME/.local/\"\n folders!\n"
|
||||
printf "\e[97m"
|
||||
printf "Enter the capital \"YES\" (without quotes) to continue: "
|
||||
read -p " " p
|
||||
case $p in "YES")sleep 0;; *)exit;;esac
|
||||
printf '\n'
|
||||
|
||||
Reference in New Issue
Block a user