From 98c36fedb9cd048574027922194813c6d8a0ecee Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Wed, 14 Oct 2015 20:48:50 -0600 Subject: [PATCH] Add success message after go installation --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 50b5c81..36b226c 100755 --- a/scripts/install +++ b/scripts/install @@ -146,6 +146,8 @@ install_go() { copy_source compile_go create_enviroment + + display_message "$GO_NAME successfully installed!" } download_binary() {