From 9def6e6d739357346ae7fc0515bec531acf05600 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 2 Nov 2016 11:02:11 -0400 Subject: [PATCH] run alias command. --- src/gam-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index f400e215..b0fb7f49 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -154,6 +154,7 @@ if [ "$update_profile" = true ]; then elif [ "$gamos" == "macos" ]; then update_profile "$HOME/.profile" || update_profile "$HOME/.bash_profile" fi + $alias_line else echo_yellow "skipping profile update." fi @@ -178,7 +179,7 @@ while true; do esac done -echo_green "Here's information about your new GAM installation:\n" +echo_green "Here's information about your new GAM installation:" $target_dir/gam/gam version rc=$? if (( $rc != 0 )); then