From cc3076f91e5509213e598fe3b3affc6d8d5aa40f Mon Sep 17 00:00:00 2001 From: Aditya Shakya Date: Sun, 6 Jun 2021 00:36:59 +0530 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e384eab2..b24a3cd9 100755 --- a/setup.sh +++ b/setup.sh @@ -128,7 +128,7 @@ set_omz () { ## Changing ownership to root to avoid false permissions error final_msg () { - echo -e ${ORANGE}"[*] ${GREEN}Setup Completed, Change to 'iso' directory and Run './mkarchcraftiso -v' as root to build the ISO.\n" + echo -e ${ORANGE}"[*] ${GREEN}Setup Completed, Change to 'iso' directory and Run './mkarchcraftiso -v .' as root to build the ISO.\n" } ## Main