Skip to content

Commit

Permalink
too much purging?
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jan 12, 2025
1 parent ff5f5e6 commit 1c30942
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 @@ -23,9 +23,9 @@ systemctl enable ssh
systemctl enable pigpiod

# 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

echo "Installing additional things"
sudo apt-get update
Expand Down

0 comments on commit 1c30942

Please sign in to comment.