diff options
author | rahulp13 | 2019-11-27 11:13:27 +0530 |
---|---|---|
committer | rahulp13 | 2019-11-27 11:13:27 +0530 |
commit | f2af29ee7a298850dc7aab8abc92e14331f92912 (patch) | |
tree | 4f94e21a29c1b47864ec7a69a7d9c1b1a0c8306f | |
parent | 25cc42f00f08aca5feba4be93a717d404885be5c (diff) | |
download | eSim-f2af29ee7a298850dc7aab8abc92e14331f92912.tar.gz eSim-f2af29ee7a298850dc7aab8abc92e14331f92912.tar.bz2 eSim-f2af29ee7a298850dc7aab8abc92e14331f92912.zip |
update installer
-rwxr-xr-x | install-eSim.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-eSim.sh b/install-eSim.sh index 8416c0a6..2e6e8299 100755 --- a/install-eSim.sh +++ b/install-eSim.sh @@ -251,6 +251,10 @@ if [ $option == "--install" ];then echo -e "\n\n\nFreeEDA ERROR: Unable to install required packages. Please check your internet connection.\n\n" exit 0 fi + + echo "-----------------eSim installed Successfully-----------------" + echo "Type \"esim\" in Terminal to launch it" + echo "or double click on \"eSim\" icon placed on Desktop" else echo "Please select the right option" |