diff options
author | rahulp13 | 2022-09-17 08:33:53 +0530 |
---|---|---|
committer | rahulp13 | 2022-09-17 08:33:53 +0530 |
commit | 230cafaff89674816b8d453a8874fcf55730e118 (patch) | |
tree | 6adaa277c1d95fb83649c1917bfee71b25ca66f3 | |
parent | d25ba9e4b86df1056f0b5aac86524bda0d4dd671 (diff) | |
download | eSim-230cafaff89674816b8d453a8874fcf55730e118.tar.gz eSim-230cafaff89674816b8d453a8874fcf55730e118.tar.bz2 eSim-230cafaff89674816b8d453a8874fcf55730e118.zip |
Revert "Added install commands for wget and zipfile"
This reverts commit 963e87ab8548a8f250a22180dd20b5dedcd10f42.
-rwxr-xr-x | Ubuntu/install-eSim.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Ubuntu/install-eSim.sh b/Ubuntu/install-eSim.sh index b85b9815..3a6fa53f 100755 --- a/Ubuntu/install-eSim.sh +++ b/Ubuntu/install-eSim.sh @@ -153,12 +153,6 @@ function installDependency echo "Installing SandPiper Saas.................." pip3 install sandpiper-saas - echo "Installing wget.................." - pip3 install wget - - echo "Installing zipfile36.................." - pip install zipfile36 - } |