From e2a9856f5b015779dc0cf9fb51dd8e284438c03e Mon Sep 17 00:00:00 2001 From: athulappadan Date: Mon, 7 Sep 2015 16:49:07 +0530 Subject: installation script modified --- install-nghdl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-nghdl.sh b/install-nghdl.sh index 18e0497..af73fe8 100755 --- a/install-nghdl.sh +++ b/install-nghdl.sh @@ -38,11 +38,11 @@ function addghdlPPA function installDependency { echo "Installing ghdl.................................." - sudo apt-get install ghdl + sudo apt-get install -y ghdl echo "Installing flex.................................." - sudo apt-get install flex + sudo apt-get install -y flex echo "Installing bison................................." - sudo apt-get install bison + sudo apt-get install -y bison } echo "Enter proxy details if you are connected to internet thorugh proxy" -- cgit