Last active
December 15, 2015 06:49
-
-
Save rduarte/5218846 to your computer and use it in GitHub Desktop.
Distribuição criada usando como base o Ubuntu Minimal 12.04 LTS.
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 install -y ssh | |
sudo apt-get install -y xorg | |
sudo apt-get install -y lxde | |
sudo apt-get install -y slim | |
sudo apt-get remove -y lxdm | |
sudo apt-get install -y firefox firefox-locale-pt | |
sudo apt-get install -y flashplugin-installer | |
sudo apt-get install -y icedtea-7-plugin | |
sudo apt-get install -y curl | |
sudo apt-get install -y git-core | |
sudo apt-get install -y wicd | |
sudo apt-get install -y x11vnc | |
sudo apt-get install -y acpid acpi | |
sudo apt-get install -y jockey-common jockey-gtk linux-backports-modules-cw-3.6-precise-generic | |
sudo apt-get install -y libreoffice libreoffice-pdfimport libreoffice-help-pt-br aspell-pt-br wbrazilian myspell-pt-br | |
sudo apt-get install -y ubuntu-restricted-extras | |
sudo apt-get install -y lm-sensors | |
sudo apt-get install -y system-config-printer-gnome cups cups-pdf | |
sudo apt-get install -y pulseaudio | |
sudo apt-get install -y gimp gimp-data-extras | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment