github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/dev-update-linux (about) 1 echo "Updating the dependencies" 2 ./update-deps-linux 3 4 echo "Updating Gosora" 5 git stash 6 git pull origin master 7 git stash apply 8 9 echo "Patching Gosora" 10 go generate 11 go build -ldflags="-s -w" -o Patcher "./patcher" 12 ./Patcher