Skip to content

Releases: hypriot/flash

2.1.0

02 Jun 11:25
6b717a1
Compare
Choose a tag to compare

Download flash for Linux or Mac with this command

curl -LO https://github.com/hypriot/flash/releases/download/2.1.0/flash
chmod +x flash
sudo mv flash /usr/local/bin/flash
  • Add --version option
  • Fix problem on Mac without pv installed

2.0.0

21 Mar 21:21
Compare
Choose a tag to compare

A major release. Thanks to @lhernanz we now have ONE unified flash script for Linux and macOS.

Download the appropriate version for Linux or Mac with this command

curl -O https://raw.githubusercontent.com/hypriot/flash/2.0.0/flash
chmod +x flash
sudo mv flash /usr/local/bin/flash

1.0.0

15 Mar 20:57
a8775ba
Compare
Choose a tag to compare

Tagging this script as 1.0.0 as we're going to merge the Linux and Darwin scripts into one unified script which will become a version 2.0.0.

Installation

Download the appropriate version for Linux or Mac with this command

curl -O https://raw.githubusercontent.com/hypriot/flash/1.0.0/$(uname -s)/flash
chmod +x flash
sudo mv flash /usr/local/bin/flash

Add config.txt

08 Oct 06:18
Compare
Choose a tag to compare
  • Add --bootconf option to copy a /boot/config.txt into the SD image. Thanks to @aetherical
  • Fix bug on Mac creating a occidentalis.txt-e file.

First version on Mac

30 Mar 15:15
Compare
Choose a tag to compare
Merge pull request #4 from hypriot/fix-hostname

fix setting hostname by removing spaces