Minor fixes on text.

This commit is contained in:
clsty
2024-01-05 06:43:46 +08:00
parent 7efd084eb4
commit f3b179ea16
+3 -12
View File
@@ -33,19 +33,10 @@ startask (){
printf "\e[34m[$0]: Hi there!\n" printf "\e[34m[$0]: Hi there!\n"
printf 'This script 1. only works for ArchLinux and Arch-based distros.\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 ' 2. has not been fully tested, use at your own risk.\n'
printf '\n'
printf "\e[31m" printf "\e[31m"
printf "=============\n" printf "Please CONFIRM that you HAVE ALREADY BACKED UP \"$HOME/.config/\" and \"$HOME/.local/\"\n folders!\n"
printf "PLEASE CONFIRM\n" printf "\e[97m"
printf "YOU HAVE\n" printf "Enter the capital \"YES\" (without quotes) to continue: "
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:"
read -p " " p read -p " " p
case $p in "YES")sleep 0;; *)exit;;esac case $p in "YES")sleep 0;; *)exit;;esac
printf '\n' printf '\n'