gosora/dev-update-linux
Azareal 3079080acf Refactor these shell scripts.
Bumped up the version of MariaDB for Travis.
2018-11-22 18:50:53 +10:00

14 lines
267 B
Plaintext

echo "Updating the dependencies"
go get
echo "Updating Gosora"
rm ./schema/lastSchema.json
cp ./schema/schema.json ./schema/lastSchema.json
git stash
git pull origin master
git stash apply
echo "Patching Gosora"
go generate
go build -o Patcher "./patcher"
./Patcher