Skip to content

Instantly share code, notes, and snippets.

@gogvale
Created May 1, 2020 04:15
Show Gist options
  • Save gogvale/fd49e17409f76665f29aaef7a070b1b4 to your computer and use it in GitHub Desktop.
Save gogvale/fd49e17409f76665f29aaef7a070b1b4 to your computer and use it in GitHub Desktop.
Script to clean all unnecessary programs on Raspberry Pi 4
#!/bin/bash
sudo apt purge geany bluej greenfoot-unbundled mu-editor scratch* sonic-pi sense-emu-tools thonny smartsim libreoffice claws-mail openjdk-* libreoffice-* -y
rm -rf MagPi/
sudo apt autoremove -y
sudo apt autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment