forked from Shinonome/dots-hyprland
Minor typo fix.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ printf ' 2. has not been fully tested, use at your own risk.\n'
|
|||||||
printf "\e[31m"
|
printf "\e[31m"
|
||||||
printf "Please CONFIRM that you HAVE ALREADY BACKED UP \"$HOME/.config/\" and \"$HOME/.local/\" folders!\n"
|
printf "Please CONFIRM that you HAVE ALREADY BACKED UP \"$HOME/.config/\" and \"$HOME/.local/\" folders!\n"
|
||||||
printf "\e[97m"
|
printf "\e[97m"
|
||||||
printf "Enter the capital \"YES\" (without quotes) to continue: "
|
printf "Enter capital \"YES\" (without quotes) 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user