Skip to content

Instantly share code, notes, and snippets.

@nataren
Last active April 2, 2017 05:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataren/010ef3af7fa502279d149167f70b59b0 to your computer and use it in GitHub Desktop.
Save nataren/010ef3af7fa502279d149167f70b59b0 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo dpkg-reconfigure locales
export LANGUAGE='es_MX.UTF-8'
export LANG='es_MX.UTF-8'
sudo apt-get -y update
sudo apt-get -y dist-upgrade
sudo apt-get remove extremetuxracer stellarium -y
sudo apt-get -y install tmux htop vim tuxmath tuxtype tuxpaint gcompris gcompris-sound-es gimp leafpad
sudo apt-get -y install gcc gzip abiword evince scratch fcitx zip p7zip iceweasel firefox
sudo apt-get autoremove
sudo apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment