User Tools

Site Tools


postinstalacion

This is an old revision of the document!


Post Instalación Elementary Luna

postinstalacion.sh

#!/bin/bash
#instalacion por defecto
clear
echo -e "\e[92mInstalción de de programas despues de instalar Elementary OS Luna"
echo -e "\e[92mActualizando repositorios"
sleep 4s;echo -e "\e[0m"
sudo apt-get update
echo -e "\e[92mAhora instalamos las fuentes de windows ya que es el unico paquete que pide interactuar"
echo -e "\e[0m"
echo -e "\e[93mInstrucciones"
echo -e "\e[0m"
echo -e "1) \e[93mPulsa la \e[0m\e[4mflecha de la derecha\e[24m\e[93m  y luego \e[0m\e[4mEnter\e[24m \e[93m cuando \e[0m\e[41mAceptar\e[0m\e[93m este en Rojo\e[0m"
echo -e "2) \e[93mSelecciona \e[0m\e[4mSI\e[24m\e[93m y luego pulsa \e[0m\e[4mEnter\e[24m\e[0m"
echo -e "3) \e[93mY ya puedes dejar el ordenador solo hasta que termine\e[0m"
echo -e ""
echo -e ""
echo -e "\e[92m Pulsa enter cuando lo hayas entendido\e[0m"
read $A
sudo apt-get install -y ttf-mscorefonts-installer

echo -e "\e[92m Puedes irte a tomarte un cafe o quedarte mirando pero ya acabo yo solo\e[0m"
sleep 5s;echo -e "\e[92mActualizando el sistema"
echo -e "\e[0m"
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade 

echo -e "\e[92mAñadiendo fuentes de software"
echo -e "\e[0m"
#chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
# jdownloader
# sudo add-apt-repository -y ppa:jd-team/jdownloader
# yppamanager
sudo add-apt-repository -y ppa:webupd8team/y-ppa-manager
# gimp
sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp
# Openshot
sudo add-apt-repository -y ppa:openshot.developers/ppa
# Elementary update
sudo add-apt-repository -y ppa:versable/elementary-update
# Elementary Brazil
sudo add-apt-repository -y ppa:elementary-br/projects
# LibreOffice 4.3
sudo add-apt-repository -y ppa:libreoffice/libreoffice-4-3
# Places indicator
sudo add-apt-repository -y ppa:yunnxx/elementary

sudo apt-get update
sudo apt-get -y upgrade
echo -e "\e[92mInstalando programas"
echo -e "\e[0m"
sudo apt-get install -y gedit google-chrome-stable ubuntu-restricted-extras gnome-system-tools vlc vlc-plugin-pulse libvlc5 libxine1-ffmpeg gxine mencoder totem-mozilla icedax tagtool easytag id3tool lame  libmad0 mpg321 openshot openshot-doc rar unace p7zip-full unzip p7zip-rar sharutils mpack arj cabextract lzip lunzip  y-ppa-manager gimp gimp-plugin-registry gimp-gmic gimp-lensfun gimp-help-es inkscape synaptic gdebi playonlinux calibre libdvdread4 thunderbird libreoffice libreoffice-help-es libreoffice-l10n-es libreoffice-style* libappindicator1 icedtea-7-plugin openjdk-7-jre terminator elementary-tweaks indicator-synapse elementary-blue-theme elementary-champagne-theme elementary-colors-theme elementary-dark-theme elementary-harvey-theme elementary-lion-theme elementary-milk-theme elementary-plastico-theme elementary-whit-e-theme elementary-elfaenza-icons elementary-emod-icons elementary-enumix-utouch-icons elementary-nitrux-icons elementary-taprevival-icons elementary-thirdparty-icons elementary-plank-themes elementary-wallpaper-collection firefox firefox-locale-es thunderbird thunderbird-locale-es-es brasero build-essential language-pack-gnome-es transmageddon htop gufw wingpanel-slim mountainlion-theme ieos7-icons harvey pacifica-icon-theme egtk-matte-black dimgray-theme dark-side blue-theme libavcodec-extra-53 libk3b6-extracodecs nautilus-image-converter

# sudo apt-get install -y jdownloader
# ver dvds
sudo /usr/share/doc/libdvdread4/./install-css.sh
# quitar aplicaciones innecesarias
sudo apt-get remove -y midori-granite geary noise scratch-text-editor
# limpiando paquetes
sudo apt-get -y autoremove 
sudo apt-get -y autoclean 
#Desactivar usuario invitado
# echo -e "\e[92mDesactivando sesion de invitado"
# echo -e "\e[0m"
# sudo echo allow-guest=false >> /etc/lightdm/lightdm.conf
echo -e "\e[92mInstalacion completa"

clear
echo ""
echo -e "\e[1m\e[92mInstalacion completa\e[21m"
echo ""
echo ""
# Reiniciamos el sistema en 10 segundos
echo -e "\e[91mEl equipo se \e[4m\e[1mreiniciara en 10 Segundos\e[21m\e[24m para quedar completamente listo\e[0m"
echo ""
echo ""
echo ""
sleep 1s;echo -e "\e[92mNo olvides visitarnos en" 
echo ""
echo ""
sleep 1s;echo -e "\e[42m\e[91m*****************************************************************"
sleep 1s;echo -e "\e[93m+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+"
sleep 1s;echo -e "            \e[42m   \e[97m\e[1mhttp://aplicacionesysistemas.com con algunas modificaciones\e[21m                  \e[0m"
sleep 1s;echo -e "\e[42m\e[93m+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m"
sleep 1s;echo -e "\e[42m\e[91m*****************************************************************\e[0m"
echo ""

echo "Para reiniciar pulsa Enter"
read $B
sudo sleep 1s;echo -e "\e[91mReiniciando\e[0m"
sudo sleep 1s;shutdown -r +0
postinstalacion.1412149902.txt.gz · Last modified: 2015/12/01 08:41 (external edit)