Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

v1703.1.1

Compare
Choose a tag to compare
@rajivr rajivr released this 25 Jul 13:03
· 41 commits to master since this release

Installation

Thank you for using Lambda Machine Local.

You can use the following commands to install or upgrade:

On OS X

$ curl -L https://github.com/lambda-linux/lambda-machine-local/releases/download/v1703.1.1/lambda-machine-local-Darwin-x86_64 > /usr/local/bin/lambda-machine-local && \
  chmod +x /usr/local/bin/lambda-machine-local

On Linux

$ curl -L https://github.com/lambda-linux/lambda-machine-local/releases/download/v1703.1.1/lambda-machine-local-Linux-x86_64 > /tmp/lambda-machine-local && \
  chmod +x /tmp/lambda-machine-local && \
  sudo cp /tmp/lambda-machine-local /usr/local/bin/lambda-machine-local

On Windows with Git Bash or MSYS2

$ if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \
  curl -L https://github.com/lambda-linux/lambda-machine-local/releases/download/v1703.1.1/lambda-machine-local-Windows-x86_64.exe > "$HOME/bin/lambda-machine-local.exe" && \
  chmod +x "$HOME/bin/lambda-machine-local.exe"

Checksum

  • lambda-machine-local-Darwin-x86_64
    • sha256 3dc647795cda1bf2e40719890cef6609b215fe02f15203abd8de14f953f8f87a
    • md5 720da4804407a3391cae7288ad4591b7
  • lambda-machine-local-Linux-x86_64
    • sha256 ff9baec3f91c39b88a3f6f1b1423754db3a268dda0689583e6c21d058700ba55
    • md5 ba4d3abd602248465f1306b5b97916e0
  • lambda-machine-local-Windows-x86_64
    • sha256 bb540cd1c531b5cda713821837f8e92d2e69a162935a899a97bc2b2279c55ec4
    • md5 6f07d54f0c932d2a7a2ebb0cff6c4270