Skip to content

Releases: lima-vm/sshocker

v0.2.0

19 Aug 05:30
v0.2.0
15054fb
Compare
Choose a tag to compare

Changes

  • Moved the repo: github.com/AkihiroSuda/sshocker -> github.com/lima-vm/sshocker (#13)
  • Support Go 1.17 (#12)
  • Support sshfs-noempty (56aa3c7)
  • Support specifying port (#11)

Install

curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.2.0/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/1145777806

v0.1.0

01 Oct 09:09
v0.1.0
006b942
Compare
Choose a tag to compare

The first binary release of sshocker.

Install

curl -o sshocker --fail -L https://github.com/AkihiroSuda/sshocker/releases/download/v0.1.0/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/AkihiroSuda/sshocker/actions/runs/282037687