From 6a1b4c1d85f96d4050128c67d9a4ea1f19558a0a Mon Sep 17 00:00:00 2001 From: miro Date: Thu, 26 Dec 2024 19:50:53 +0000 Subject: [PATCH] libcamera --- build_base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_base.sh b/build_base.sh index addf6068..f42adf9e 100644 --- a/build_base.sh +++ b/build_base.sh @@ -95,6 +95,9 @@ apt-get install -y --no-install-recommends jq git unzip curl build-essential fak # what else can be removed to make the system even lighter? apt purge -y cups ppp +echo "Setting up libcamera..." +apt install -y python3-libcamera python3-kms++ libcap-dev + echo "Setting rfkill default value..." cp -v /mounted-github-repo/tuning/rfkill_default.conf /etc/modprobe.d/rfkill_default.conf