Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@fermayo fermayo released this 27 Nov 19:42
8615610

Changelog

  • Wait for gen2 updates to finish and provide confirmation on output (thanks @IngmarStein!)
  • Added build for Linux arm devices (thanks @IngmarStein!)

Installation

Download the binary for your platform:

macOS

Apple Silicon

curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Darwin-arm64 -o shelly-bulk-update; chmod +x shelly-bulk-update

Intel

curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Darwin-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update

Linux

Intel

curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Linux-x86_64 -o shelly-bulk-update; chmod +x shelly-bulk-update

ARM64

curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Linux-arm64 -o shelly-bulk-update; chmod +x shelly-bulk-update

ARMv7 (32 bits)

curl -sSL https://github.com/fermayo/shelly-bulk-update/releases/download/v1.3.1/shelly-bulk-update-Linux-armv7 -o shelly-bulk-update; chmod +x shelly-bulk-update

Windows

Click here to download the binary