Skip to content

Instantly share code, notes, and snippets.

@abakum
Created February 20, 2024 17:00
Show Gist options
  • Save abakum/1e8bb534068ecf35627b2d795cc14c3f to your computer and use it in GitHub Desktop.
Save abakum/1e8bb534068ecf35627b2d795cc14c3f to your computer and use it in GitHub Desktop.
golang in msys2
# https://gist.github.com/voidexp/604c61cb7fd1bbcba8142ac94c184f20
if go is installed then
echo 'export PATH=/c/Program\ Files/go/bin:$PATH' >> ~/.bashrc
echo 'export PATH=$(cygpath $GOPATH/bin):$PATH' >> ~/.bashrc
---
git clone https://github.com/thales-e-security/p11tool
cd p11tool
go get -u
go install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment