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

v1703.0.1

Compare
Choose a tag to compare
@rajivr rajivr released this 15 May 06:32
· 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.0.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.0.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.0.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 ae0feaddebf6820c5accf3f908a12af498abb6257da0c7aae50ee4c7e60d3af5
    • md5 308291d7db3349c4705ece0d88c7877d
  • lambda-machine-local-Linux-x86_64
    • sha256 1c01a874fabc0e4de09a21621fbd4c39db3773c03e87305cb444f429b61bb671
    • md5 5914eda08f6fdc7c5e5f1eabf24d7060
  • lambda-machine-local-Windows-x86_64
    • sha256 91d7e4a624fe336d1464a7c3d1d87d49a86b340ea4cc61ecd3c4ad69960b9d2a
    • md5 e7f206de8122251561159f5cf1842609