From 920a79b58b759a4af4f7df33a426680bc6766647 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 27 Feb 2024 21:42:24 -0500 Subject: [PATCH] fix: clarify instructions Just in case --- just/custom.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just/custom.just b/just/custom.just index e7a9dabff43..b3021105768 100644 --- a/just/custom.just +++ b/just/custom.just @@ -15,7 +15,7 @@ brew: source /usr/lib/ujust/ujust.sh if [[ ! -f "/var/home/linuxbrew/.linuxbrew/bin" || ! -x "/var/home/linuxbrew/.linuxbrew/bin/brew" ]]; then echo "${b}Brew Installation${n}" - echo "Please ${b}IGNORE${n} everything the installer tells you to do" + echo "Please ${b}IGNORE${n} everything the installer tells you to do at the end" echo "We have already done it for you! You just need to close and re-open the terminal after installation" echo "Do you understand?" echo "Please type in \"YES I UNDERSTAND\" and press enter"