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+/ghdl-0.36.tar.xz | Bin 0 -> 3099688 bytes Debian/Ubuntu 16.04+/install-nghdl.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz diff --git a/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz b/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz new file mode 100644 index 0000000..f9edffa Binary files /dev/null and b/Debian/Ubuntu 16.04+/ghdl-0.36.tar.xz differ 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