From 68c0ffdf9ec955834949bfe6cf186713ec466f06 Mon Sep 17 00:00:00 2001 From: Joshua Bussdieker Date: Tue, 20 Mar 2012 05:39:50 -0700 Subject: [PATCH] Don't know how this got deleted --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a1d5c4a..4d56ba5 100755 --- a/scripts/install +++ b/scripts/install @@ -114,6 +114,7 @@ install_go() { install_gpkg() { display_message " * Installing gpkg..." + $GVM_GOINSTALL github.com/moovweb/gpkg > $GVM_ROOT/logs/$version-gpkg.log 2>&1 || return 1 } install_gb() {