aboutsummaryrefslogtreecommitdiff
path: root/src/cli/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/install.sh')
-rw-r--r--src/cli/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cli/install.sh b/src/cli/install.sh
index 3ebd1d3ad..c44c1da99 100644
--- a/src/cli/install.sh
+++ b/src/cli/install.sh
@@ -30,7 +30,7 @@ if test -t 1; then
fi
if ! command -v unzip >/dev/null; then
- echo -e "${Red}error${Color_Off}: unzip is required to install Bun (see: https://github.com/Jarred-Sumner/bun#unzip-is-required)." 1>&2
+ echo -e "\n${Red}error${Color_Off}: unzip is required to install Bun (see: https://github.com/Jarred-Sumner/bun#unzip-is-required)." 1>&2
exit 1
fi
@@ -162,8 +162,8 @@ else
echo ""
echo "Manually add the directory to your \$HOME/.bashrc (or similar)"
echo ""
- echo -e " $BWhiteexport BUN_INSTALL=\"$bun_install\"$Color_Off"
- echo -e " $BWhiteexport PATH=\"\$BUN_INSTALL/bin:\$PATH\"$Color_Off"
+ echo -e " $BWhiteexport export BUN_INSTALL=\"$bun_install\"$Color_Off"
+ echo -e " $BWhiteexport export PATH=\"\$BUN_INSTALL/bin:\$PATH\"$Color_Off"
fi
echo ""
echo -e "To get started, run"