Releases: lima-vm/sshocker
Releases · lima-vm/sshocker
v0.2.0
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
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