Skip to content

Commit

Permalink
VirtualBox adicionado no script.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascamata committed Jun 6, 2010
1 parent bec8b6c commit 45b02ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion afterFormat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ opcoes=$( dialog --stdout --separate-output
XChat "Cliente IRC" ON \
Dia "Editor de diagramas" ON \
Chromium "Versão opensouce do navegador web Google Chrome" ON \
GoogleChrome "Navegador web Google Chrome (versao estavel)" ON \
GoogleChrome "Navegador web Google Chrome (versao estavel)" ON \
Skype "Cliente para rede Skype nativo para Ubuntu" ON \
VirtualBox "Sistema de virtualização da Oracle (não Open Source)" ON \
Pidgin "Cliente de mensagens instantâneas" ON \
Jdownloader "Baixa automaticamente do rapidshare, megaupload e etc" ON \
Firefox "Complementos para o firefox" ON )
Expand Down Expand Up @@ -332,6 +333,14 @@ do

fi

if [ "$opcao" = 'VirtualBox' ]
then

sudo ./repositorios.sh "virtualbox"
sudo apt-get install virtualbox-3.2

fi

if [ "$opcao" = 'StarDict' ]
then
sudo apt-get install -y stardict
Expand Down

0 comments on commit 45b02ae

Please sign in to comment.