diff --git a/build_termux.sh b/build_termux.sh new file mode 100755 index 0000000..53278fe --- /dev/null +++ b/build_termux.sh @@ -0,0 +1,8 @@ +set -x +apt install golang git +if ! grep -q "/go/bin" ~/.bashrc ; then + echo 'export PATH=$PATH:~/go/bin' >> ~/.bashrc +fi +. ~/.bashrc +go install github.com/hickford/git-credential-oauth@latest +git credential-oauth configure