diff options
author | Rahul P | 2022-02-10 03:27:29 +0530 |
---|---|---|
committer | GitHub | 2022-02-10 03:27:29 +0530 |
commit | 1be38d711e2bdd63a39afda062a72ed12dd96fe5 (patch) | |
tree | 9a13f65f6f33f85c8f2fe12d9d5734342fd5c70d /Ubuntu | |
parent | 29dfed4494bf613306703f4a8731600f42a6722a (diff) | |
parent | 6490ce2f0ac47354d84463e141c593e048b420e7 (diff) | |
download | eSim-1be38d711e2bdd63a39afda062a72ed12dd96fe5.tar.gz eSim-1be38d711e2bdd63a39afda062a72ed12dd96fe5.tar.bz2 eSim-1be38d711e2bdd63a39afda062a72ed12dd96fe5.zip |
Merge pull request #185 from rahulp13/installersi2.2_pre-release
Fixed docs and apt confirmation issue
Diffstat (limited to 'Ubuntu')
-rwxr-xr-x | Ubuntu/README.md | 2 | ||||
-rwxr-xr-x | Ubuntu/install-eSim.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Ubuntu/README.md b/Ubuntu/README.md index 08f88ce3..3363fa01 100755 --- a/Ubuntu/README.md +++ b/Ubuntu/README.md @@ -10,7 +10,7 @@ It contains the documentation to package eSim for Ubuntu OS. 1. Take the `master` branch containing the source code. Rename the folder to `eSim-<version>`. -2. Add the installer script `install-eSim.sh` in `eSim-<version>` folder. +2. Add the installer script `install-eSim.sh` from `installers` branch to `eSim-<version>` folder. 3. Add the eSim executable (if available) in `eSim-<version>` folder. Also, remove following files from this folder: - `.git` folder diff --git a/Ubuntu/install-eSim.sh b/Ubuntu/install-eSim.sh index d1ec3367..a25418b2 100755 --- a/Ubuntu/install-eSim.sh +++ b/Ubuntu/install-eSim.sh @@ -109,7 +109,7 @@ function Ngveridependencies echo "Installing Chrome.........................." sudo apt install -y chromium-browser echo "Installing python3 pip.........................." - sudo apt install python3-pip + sudo apt install -y python3-pip echo "Installing watchdog..........................." pip3 install watchdog echo "Installing HDLParse..........................." |