diff options
author | Rahul P | 2020-03-23 11:18:50 +0530 |
---|---|---|
committer | GitHub | 2020-03-23 11:18:50 +0530 |
commit | bd71d27800234b94f90e06f12660b9391a4d586e (patch) | |
tree | 04198c608c6a3312bfcd09b3b4cc1ba70e2d085f /Debian/install-eSim.sh | |
parent | 99b08f5300602a7ee5e4645bf79a3f9f3dcc8a15 (diff) | |
parent | 624807638aead5b8c77bf65ad9fcf76f601b20f7 (diff) | |
download | eSim-bd71d27800234b94f90e06f12660b9391a4d586e.tar.gz eSim-bd71d27800234b94f90e06f12660b9391a4d586e.tar.bz2 eSim-bd71d27800234b94f90e06f12660b9391a4d586e.zip |
Merge pull request #143 from rahulp13/installersi2.0
updated installer script and readme
Diffstat (limited to 'Debian/install-eSim.sh')
-rwxr-xr-x | Debian/install-eSim.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/install-eSim.sh b/Debian/install-eSim.sh index 26a7338a..d7a3c572 100755 --- a/Debian/install-eSim.sh +++ b/Debian/install-eSim.sh @@ -55,6 +55,7 @@ function installNghdl unzip nghdl-master.zip mv nghdl-master nghdl cd nghdl/ + chmod +x install-nghdl.sh ./install-nghdl.sh --install if [ $? -ne 0 ];then @@ -315,6 +316,7 @@ elif [ $option == "--uninstall" ];then rm -rf library/modelParamXML/Nghdl/* cd nghdl/ if [ $? -eq 0 ];then + chmod +x install-nghdl.sh ./install-nghdl.sh --uninstall cd ../ rm -rf nghdl |