Skip to content

Commit

Permalink
Bump astroplant-peripheral-device-library
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Sep 9, 2022
1 parent f3a6c2e commit 753fcf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export IMG_NAME="AstroPlant-1.0.0b8"
export IMG_NAME="AstroPlant-1.0.0b8.1"
export DEPLOY_ZIP="1"
export USE_QEMU="0"
export TARGET_HOSTNAME="astroplant-kit"
Expand Down
2 changes: 1 addition & 1 deletion stageastroplant0/02-kit-software/00-run-chroot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

su $FIRST_USER_NAME - -c 'python3 -m pip install git+https://github.com/AstroPlant/[email protected].0b7'
su $FIRST_USER_NAME - -c 'python3 -m pip install git+https://github.com/AstroPlant/[email protected].0b8'
su $FIRST_USER_NAME - -c 'python3 -m pip install git+https://github.com/AstroPlant/[email protected]'
su $FIRST_USER_NAME - -c 'python3 -m pip install smbus'

0 comments on commit 753fcf3

Please sign in to comment.