summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFahim2015-09-07 16:52:31 +0530
committerFahim2015-09-07 16:52:31 +0530
commit41a8b32f7e2167a591225df3dbb3f4fbd1f458af (patch)
tree9ecd6f8415758ed7e4a47a2c42f0d9e80620235a
parent96e9e8868b0b02f8142053de1a788ba10dde366b (diff)
parente2a9856f5b015779dc0cf9fb51dd8e284438c03e (diff)
downloadnghdl-41a8b32f7e2167a591225df3dbb3f4fbd1f458af.tar.gz
nghdl-41a8b32f7e2167a591225df3dbb3f4fbd1f458af.tar.bz2
nghdl-41a8b32f7e2167a591225df3dbb3f4fbd1f458af.zip
Merge pull request #19 from athulappadan/master
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"