From 92028e92a87191180086b07203c918cfec31289b Mon Sep 17 00:00:00 2001 From: Dipesh Date: Thu, 5 Mar 2015 23:59:12 +0530 Subject: [PATCH] Fix error massage fixed package is not found & etc/bash_completion.d/ee: No such file or directory --- ubuntu-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu-install.sh b/ubuntu-install.sh index ccf002e..0090b98 100755 --- a/ubuntu-install.sh +++ b/ubuntu-install.sh @@ -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 @@ -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........"