Skip to content

Commit

Permalink
remove more unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 1, 2024
1 parent 155e5c8 commit 63b2a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63b2a0d

Please sign in to comment.