diff options
Diffstat (limited to 'install-nghdl.sh')
-rwxr-xr-x | install-nghdl.sh | 6 |
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" |