diff options
author | fossee | 2019-09-03 11:57:23 +0530 |
---|---|---|
committer | fossee | 2019-09-03 11:57:23 +0530 |
commit | 13b65c2e7ef066d2481e384352402de7cd9ff7fe (patch) | |
tree | bb19e1f183b9350dd2c436e8bb8ea884aa051a3d /install-nghdl.sh | |
parent | 015250dd50360abd96d1340d9ec903b2fc402f4d (diff) | |
download | nghdl-13b65c2e7ef066d2481e384352402de7cd9ff7fe.tar.gz nghdl-13b65c2e7ef066d2481e384352402de7cd9ff7fe.tar.bz2 nghdl-13b65c2e7ef066d2481e384352402de7cd9ff7fe.zip |
earlier ngpsice uninstall
Diffstat (limited to 'install-nghdl.sh')
-rwxr-xr-x | install-nghdl.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-nghdl.sh b/install-nghdl.sh index eae2242..9ded53a 100755 --- a/install-nghdl.sh +++ b/install-nghdl.sh @@ -135,6 +135,9 @@ function installNgspice make make install if [ "$?" == 0 ];then + echo "Removing previously Installed Ngspice......" + sudo apt-get remove ngspice + echo "Ngspice Installed sucessfully......" echo "Adding softlink for the installed ngspice......" |