From bae1f71248955a20d35be1cdc66e9817030216b4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 Nov 2023 21:08:04 +0900 Subject: [PATCH] added a must to logout atleast --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index d12e3ee..4750d5a 100755 --- a/copy.sh +++ b/copy.sh @@ -164,4 +164,4 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG" chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" printf "\n${OK} Copy Completed!\n\n" -printf "${NOTE} Highly recommended to logout and re-login\n\n" +printf "${NOTE} Need to logout and re-login or reboot\n\n"