mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
run alias command.
This commit is contained in:
@@ -154,6 +154,7 @@ if [ "$update_profile" = true ]; then
|
|||||||
elif [ "$gamos" == "macos" ]; then
|
elif [ "$gamos" == "macos" ]; then
|
||||||
update_profile "$HOME/.profile" || update_profile "$HOME/.bash_profile"
|
update_profile "$HOME/.profile" || update_profile "$HOME/.bash_profile"
|
||||||
fi
|
fi
|
||||||
|
$alias_line
|
||||||
else
|
else
|
||||||
echo_yellow "skipping profile update."
|
echo_yellow "skipping profile update."
|
||||||
fi
|
fi
|
||||||
@@ -178,7 +179,7 @@ while true; do
|
|||||||
esac
|
esac
|
||||||
done
|
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
|
$target_dir/gam/gam version
|
||||||
rc=$?
|
rc=$?
|
||||||
if (( $rc != 0 )); then
|
if (( $rc != 0 )); then
|
||||||
|
|||||||
Reference in New Issue
Block a user