From ee1a6e7fe8dd672e2a3bb7c3881f28612699a83c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 26 Apr 2018 00:30:37 +0200 Subject: [PATCH] Updated install script --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 89964b89..f1f79d50 100755 --- a/install.sh +++ b/install.sh @@ -36,8 +36,7 @@ echo "Looks like the prerequisites were installed correctly!" sudo echo "---" # Clone and build main repository -go get -v github.com/animenotifier/notify.moe/... -go get -v github.com/stretchr/testify/assert +go get -t -v github.com/animenotifier/notify.moe/... cd $GOPATH/src/github.com/animenotifier/notify.moe make all