Created
February 21, 2011 01:16
-
-
Save StuMx/836512 to your computer and use it in GitHub Desktop.
Para hacer un intento de configuracion automatica en openbox por que me da pereza hacerlo manual xD.
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
# Instalando Cosas | |
programas="openbox xcompmgr transset-df feh tint2 chromium firefox pidgin gimp libreoffice lxterminal thunar gnome-icon-theme viewnior leafpad openssh" | |
echo "Se van a instalar los programas" | |
echo $programas | |
su -c "pacman -S $programas" | |
#su -c "pacman -S xcompmgr transset-df feh tint2 chromium firefox pidgin gimp libreoffice lxterminal thunar" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment