Updated install script

This commit is contained in:
Eduard Urbach 2018-04-26 00:30:37 +02:00
parent a67850ee93
commit ee1a6e7fe8

View File

@ -36,8 +36,7 @@ echo "Looks like the prerequisites were installed correctly!"
sudo echo "---" sudo echo "---"
# Clone and build main repository # Clone and build main repository
go get -v github.com/animenotifier/notify.moe/... go get -t -v github.com/animenotifier/notify.moe/...
go get -v github.com/stretchr/testify/assert
cd $GOPATH/src/github.com/animenotifier/notify.moe cd $GOPATH/src/github.com/animenotifier/notify.moe
make all make all