Skip to content

Commit

Permalink
install raspistill during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ingo committed Oct 3, 2024
1 parent 847fb41 commit 2f278fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timelapsepi/src/modules/timelapsepi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source /common.sh
install_cleanup_trap

sudo apt-get update
sudo apt-get install -y htop screen git python3-smbus i2c-tools
sudo apt-get install -y htop screen git python3-smbus i2c-tools raspistill raspivid
sudo rpi-update

unpack /filesystem/home/pi /home/"${BASE_USER}" "${BASE_USER}"
Expand Down

0 comments on commit 2f278fd

Please sign in to comment.