From 1b8b56a9d74c7dcdc3c9c2e4bd918ada8dcb6da9 Mon Sep 17 00:00:00 2001 From: Fahim Date: Wed, 26 Aug 2015 12:27:04 +0530 Subject: Subject: Modified installation script Description: Modified installation script --- install-linux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install-linux.sh b/install-linux.sh index e8f1fd09..0bad6c28 100755 --- a/install-linux.sh +++ b/install-linux.sh @@ -32,13 +32,13 @@ function installDependency { echo "Installing Kicad............" -sudo apt-get install kicad +sudo apt-get install -y kicad echo "Installing ngspice.........." -sudo apt-get install ngspice +sudo apt-get install -y ngspice echo "Installing PyQt4............" -sudo apt-get install python-qt4 +sudo apt-get install -y python-qt4 echo "Installing Matplotlib......." -sudo apt-get install python-matplotlib +sudo apt-get install -y python-matplotlib } -- cgit