Skip to content

Commit

Permalink
Leave all packages in raspi_dev (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt authored Jan 13, 2025
1 parent 8544cfb commit 1510de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_dev_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ apt-get install -y network-manager net-tools
apt-get install -y libegl1 libopengl0 libgl1-mesa-dri libgbm1 libegl1-mesa-dev libcamera-dev cmake build-essential libdrm-dev libgbm-dev default-jdk openjdk-17-jdk

# Remove extra packages too
echo "Purging extra things"
apt-get purge -y gdb gcc g++ linux-headers* libgcc*-dev
apt-get autoremove -y
# echo "Purging extra things"
# apt-get purge -y gdb gcc g++ linux-headers* libgcc*-dev
# apt-get autoremove -y

rm -rf /var/lib/apt/lists/*
apt-get clean
Expand Down

0 comments on commit 1510de0

Please sign in to comment.