PlanktoScope / PlanktoScope

Open and Affordable Quantitative Imaging Platform
https://www.planktoscope.org
Creative Commons Attribution Share Alike 4.0 International
55 stars 23 forks source link

Bump version numbers for v2024.0.0-alpha.2 #400

Closed ethanjli closed 2 months ago

ethanjli commented 2 months ago

To test this PR, run the following command on a fresh installation of Raspberry Pi OS bullseye (replacing planktoscopehat with adafruithat if installing on an Adafruit HAT-based PlanktoScope):

wget -O - https://install.planktoscope.community/distro.sh | \
  sh -s -- -y -v release/v2024.0.0-alpha.1 -H planktoscopehat

Or, for a more reproducible but less convenient command which will work the same even if/when the install script is updated in the future, run:

wget -O - https://raw.githubusercontent.com/PlanktoScope/install.planktoscope.community/v2024.0.0-alpha.1/distro.sh | \
  sh -s -- -y -t 9499e6b -v TBD -H planktoscopehat
ethanjli commented 2 months ago

I did some extremely minimal testing (ensured the install script finished correctly, ensured the SD card booted correctly, ensured I could open Node-RED dashboard and see the camera preview); I will merge this PR now and build SD card images for the v2024.0.0-alpha.2 prerelease.