Skip to content

Commit

Permalink
Removido arquivo repositorios.sh; Removido virtualbox; Removido pidgin
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomaiavieira committed Apr 30, 2011
1 parent 26d37f8 commit b697f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 77 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -68,10 +68,7 @@ SOFTWARES E CONFIGURAÇÕES
* Instala a versão *estável* do navegador da Google
* **Skype** - Cliente do Skype: cliente de (video)conferencia
* Instala o pacote deb oficial direto do site (32 ou 64 bits)
* **VirtualBox** - Sistema de virtualização da Oracle
* Adiciona o repositório do VirtualBox
* Instala o pacote *virtualbox-3.2*
* **Pidgin** - Cliente de mensagens instantâneas


EXECUTANDO O SCRIPT
-------------------
Expand Down
19 changes: 2 additions & 17 deletions afterFormat.sh
Expand Up @@ -83,9 +83,7 @@ opcoes=$( dialog --stdout --separate-output
Inkscape "Software para desenho vetorial" ON \
XChat "Cliente IRC" ON \
GoogleChrome "Navegador web Google Chrome" ON \
Skype "Cliente para rede Skype" ON \
VirtualBox "Sistema de virtualização da Oracle (não Open Source)" ON \
Pidgin "Cliente de mensagens instantâneas" ON )
Skype "Cliente para rede Skype" ON )

#=============================== Processamento =================================

Expand Down Expand Up @@ -162,7 +160,7 @@ do

if [ "$opcao" = 'Gedit' ]
then
sudo ./repositorios.sh "gmate"
sudo add-apt-repository ppa:ubuntu-on-rails/ppa && sudo apt-get update
sudo apt-get install -y gedit-plugins
sudo apt-get install --force-yes -y gedit-gmate
# Preferências do gedit
Expand Down Expand Up @@ -233,7 +231,6 @@ do

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

if [ "$arquitetura" = '32-bit' ]
then
wget -O /tmp/google-chrome-stable-i386.deb http://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
Expand All @@ -243,12 +240,10 @@ do
wget -O /tmp/google-chrome-stable-amd64.deb http://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i /tmp/google-chrome-stable-amd64.deb
fi

fi

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

# Baixando dependências
sudo apt-get install -y libqtgui4 libqt4-dbus libqt4-network libqt4-xml libasound2

Expand All @@ -264,15 +259,6 @@ do

# Já que algumas dependências não instalam por bem, instalarão a força
sudo apt-get -f install

fi

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

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

fi

if [ "$opcao" = 'StarDict' ]
Expand Down Expand Up @@ -324,7 +310,6 @@ do
[ "$opcao" = 'Xournal' ] && sudo apt-get install -y xournal
[ "$opcao" = 'Inkscape' ] && sudo apt-get install -y inkscape
[ "$opcao" = 'XChat' ] && sudo apt-get install -y xchat
[ "$opcao" = 'Pidgin' ] && sudo apt-get install -y pidgin

done

Expand Down
56 changes: 0 additions & 56 deletions repositorios.sh

This file was deleted.

0 comments on commit b697f8b

Please sign in to comment.