From 1b5919b19433267cbac4646b45f5c7227a756cc9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 23 Nov 2023 11:38:34 +0900 Subject: [PATCH] updated copy.sh to highlight logout! or reboot --- copy.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/copy.sh b/copy.sh index d93df14..5580356 100755 --- a/copy.sh +++ b/copy.sh @@ -172,5 +172,6 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG" # Set executable for initial-boot.sh chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" -printf "\n${OK} Copy Completed!\n\n" -printf "${NOTE} Need to logout and re-login or reboot\n\n" +printf "\n${OK} Copy Completed!\n\n\n" +printf "${ORANGE} ATTENTION!!!! \n" +printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n"