From 632ca9e50c4dffce5316b235ac0dbb3a2ff27b4b Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 10 Feb 2022 02:29:14 +0530 Subject: fixed docs on eSim version change and packaging --- Ubuntu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ubuntu') 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-`. -2. Add the installer script `install-eSim.sh` in `eSim-` folder. +2. Add the installer script `install-eSim.sh` from `installers` branch to `eSim-` folder. 3. Add the eSim executable (if available) in `eSim-` folder. Also, remove following files from this folder: - `.git` folder -- cgit From 6490ce2f0ac47354d84463e141c593e048b420e7 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 10 Feb 2022 02:29:57 +0530 Subject: do not confirm on installing pip3 --- Ubuntu/install-eSim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ubuntu') 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..........................." -- cgit