Created
May 1, 2020 04:15
-
-
Save gogvale/fd49e17409f76665f29aaef7a070b1b4 to your computer and use it in GitHub Desktop.
Script to clean all unnecessary programs on Raspberry Pi 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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