diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 11:38:34 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 11:38:34 +0900 |
| commit | 1b5919b19433267cbac4646b45f5c7227a756cc9 (patch) | |
| tree | 8ec794dac1aeaaff525fa554ba7a78e6a8ca1b64 | |
| parent | 676aef31db7a9963c0f251b97effcad9e8e9cabd (diff) | |
updated copy.sh to highlight logout! or reboot
| -rwxr-xr-x | copy.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
