Skip to content

Commit

Permalink
update to riscv-kernel-6.11.0 v41
Browse files Browse the repository at this point in the history
  • Loading branch information
mgood7123 committed Oct 30, 2024
1 parent e6431b5 commit ffe7a05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build_termux.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ffe7a05

Please sign in to comment.