Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ubuntu-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sudo apt-get update || OwnError "Updating Cache Failed :("
#Install Common Softwares
clear
echo "Installing Git Vim Filezilla Google-Chrome Skype Oracle-Jdk Opera"
sudo apt-get -y install git-core openssh-server shutter pv vim vlc curl filezilla google-chrome-stable skype sni-qt sni-qt:i386 libasound2-plugins:i386 openjdk-7-jre icedtea-7-plugin openjdk-7-jdk diodon diodon-plugins ubuntu-restricted-extras p7zip-full p7zip-rar opera nautilus-open-terminal nodejs libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev ruby-sass rubygems ruby1.9.1 || OwnError "Installation Failed :("
sudo apt-get -y install git-core openssh-server shutter pv vim vlc curl filezilla google-chrome-stable skype sni-qt sni-qt:i386 libasound2-plugins:i386 openjdk-7-jre icedtea-7-plugin openjdk-7-jdk diodon diodon-plugins ubuntu-restricted-extras p7zip-full p7zip-rar opera nautilus-open-terminal nodejs libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-dev ruby1.9.1 || OwnError "Installation Failed :("

#Install SASS
clear
Expand Down Expand Up @@ -103,6 +103,6 @@ clear

#Install Web Server
wget -qO ee rt.cx/ee && sudo bash ee || OwnError "Unable to clone ee :("
source /etc/bash_completion.d/ee || OwnError "Unable to source ee autocompletion :("
source /etc/bash_completion.d/ee_auto.rc || OwnError "Unable to source ee autocompletion :("
echo
echo "All Task Susscessfully Finished........"