From fc108323785ddc96930b3f9a74a5b47962554c27 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Tue, 19 Nov 2019 18:58:36 -0500 Subject: [PATCH] More actionable instructions in bootstrap-haskell --- bootstrap-haskell | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-haskell b/bootstrap-haskell index 80819cd..6cdfdd3 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -129,6 +129,8 @@ if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then case $next_answer in [Yy]*) echo "source $GHCUP_INSTALL_BASE_PREFIX/.ghcup/env" >> "${GHCUP_PROFILE_FILE}" + printf "\\033[0;35m%s\\033[0m\\n" "OK! ${GHCUP_PROFILE_FILE} has been modified. Restart your terminal for the changes to take effect," + printf "\\033[0;35m%s\\033[0m\\n" "or type \"source ${GHCUP_INSTALL_BASE_PREFIX}/.ghcup/env\" to apply them in your current terminal session." exit 0;; [Nn]*) exit 0;;