Skip to content

Commit

Permalink
update deb packages to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raymar9 committed Mar 27, 2024
1 parent 8101abc commit bed3146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage2/99-install-smartmeter-demo/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ EOF
# Download Smart Meter Data Collector
wget \
-O "${ROOTFS_DIR}/tmp/python3-smartmeter-datacollector.deb" \
"https://github.com/scs/smartmeter-datacollector/releases/download/v1.1.0/python3-smartmeter-datacollector_1.1.0-1_armhf.deb"
"https://github.com/scs/smartmeter-datacollector/releases/download/v1.2.0/python3-smartmeter-datacollector_1.2.0-1_armhf.deb"

# Download Smart Meter Data Collector Configurator
wget \
-O "${ROOTFS_DIR}/tmp/python3-smartmeter-datacollector-configurator.deb" \
"https://github.com/scs/smartmeter-datacollector-configurator/releases/download/v1.1.0/python3-smartmeter-datacollector-configurator_1.1.0-1_armhf.deb"
"https://github.com/scs/smartmeter-datacollector-configurator/releases/download/v1.2.0/python3-smartmeter-datacollector-configurator_1.2.0-1_armhf.deb"

0 comments on commit bed3146

Please # to comment.