From 7b66bb8a78a492d6b41ea9bb672d40655a7e3e00 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Fri, 14 Feb 2020 16:46:39 +0530 Subject: updated installer --- Debian/Ubuntu 16.04+/install-nghdl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Ubuntu 16.04+/install-nghdl.sh') diff --git a/Debian/Ubuntu 16.04+/install-nghdl.sh b/Debian/Ubuntu 16.04+/install-nghdl.sh index 0078427..274d09c 100755 --- a/Debian/Ubuntu 16.04+/install-nghdl.sh +++ b/Debian/Ubuntu 16.04+/install-nghdl.sh @@ -270,7 +270,7 @@ elif [ $option == "--uninstall" ];then echo "Removing GHDL......................" sudo rm -rf /usr/local/bin/ghdl /usr/local/bin/ghdl1-llvm /usr/local/lib/ghdl /usr/local/lib/libghdlvpi.so /usr/local/include/vpi_user.h echo "Removing LLVM......................" - sudo apt-get remove -y llvm-3.9 + sudo apt-get purge -y llvm-3.9 echo "Removing GNAT-5...................." sudo apt purge -y gnat-5 else -- cgit