From 13b65c2e7ef066d2481e384352402de7cd9ff7fe Mon Sep 17 00:00:00 2001 From: fossee Date: Tue, 3 Sep 2019 11:57:23 +0530 Subject: earlier ngpsice uninstall --- install-nghdl.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install-nghdl.sh') 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......" -- cgit