summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathulappadan2015-09-07 16:49:07 +0530
committerathulappadan2015-09-07 16:49:07 +0530
commite2a9856f5b015779dc0cf9fb51dd8e284438c03e (patch)
tree9ecd6f8415758ed7e4a47a2c42f0d9e80620235a
parent96e9e8868b0b02f8142053de1a788ba10dde366b (diff)
downloadnghdl-e2a9856f5b015779dc0cf9fb51dd8e284438c03e.tar.gz
nghdl-e2a9856f5b015779dc0cf9fb51dd8e284438c03e.tar.bz2
nghdl-e2a9856f5b015779dc0cf9fb51dd8e284438c03e.zip
installation script modified
-rwxr-xr-xinstall-nghdl.sh6
1 files 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"