summaryrefslogtreecommitdiff
path: root/Ubuntu/install-eSim.sh
diff options
context:
space:
mode:
authorRahul P2022-02-10 03:27:29 +0530
committerGitHub2022-02-10 03:27:29 +0530
commit1be38d711e2bdd63a39afda062a72ed12dd96fe5 (patch)
tree9a13f65f6f33f85c8f2fe12d9d5734342fd5c70d /Ubuntu/install-eSim.sh
parent29dfed4494bf613306703f4a8731600f42a6722a (diff)
parent6490ce2f0ac47354d84463e141c593e048b420e7 (diff)
downloadeSim-ae37637fef801acefaf4d9cea9f19f50bb340171.tar.gz
eSim-ae37637fef801acefaf4d9cea9f19f50bb340171.tar.bz2
eSim-ae37637fef801acefaf4d9cea9f19f50bb340171.zip
Merge pull request #185 from rahulp13/installersi2.2_pre-release
Fixed docs and apt confirmation issue
Diffstat (limited to 'Ubuntu/install-eSim.sh')
-rwxr-xr-xUbuntu/install-eSim.sh2
1 files changed, 1 insertions, 1 deletions
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..........................."