Last active
January 21, 2017 11:45
-
-
Save bperel/bd81bd759d0e0bc9edde to your computer and use it in GitHub Desktop.
Raspberry pi package cleanup
This file contains hidden or 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-get purge idle idle3 python3 python scratch libreoffice-* wolfram-engine minecraft-pi | |
rm -r ~/python_games | |
rm -rf ~/Documents/BlueJ Projects/ Documents/Greenfoot\ Projects/ Documents/Scratch\ Projects/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment