Skip to content

Commit 05e3acd

Browse files
committed
Make sure libcamera-apps-lite is up-to-date
Apparently libcamera stuff still changes frequently and we need to make sure things are properly installed to avoid issues with tools not working.
1 parent 89797e2 commit 05e3acd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

scripts/03-update-libcamera-apps

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
set -x
2+
set -e
3+
4+
export LC_ALL=C
5+
6+
source /common.sh
7+
install_cleanup_trap
8+
9+
apt-get install --yes --only-upgrade libcamera-apps-lite

0 commit comments

Comments
 (0)