diff options
-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" |