From 63b2a0d194969c1e85fcf3ea1e86ddcd9bf2a842 Mon Sep 17 00:00:00 2001 From: miro Date: Sun, 1 Dec 2024 18:46:41 +0000 Subject: [PATCH] remove more unnecessary packages --- build_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_base.sh b/build_base.sh index 747fe868..1ea8a2b8 100644 --- a/build_base.sh +++ b/build_base.sh @@ -10,7 +10,7 @@ echo "Updating base system..." apt-get update apt-get install -y --no-install-recommends jq git unzip curl build-essential userconf-pi # what else can be removed to make the system even lighter? -apt purge -y rfkill libx11-* libxcb-* libxext6 libdrm-* mesa-* cups ppp +apt purge -y rfkill cups ppp # if $USER is different from "pi" (the default) rename "pi" to "$USER"