diff options
author | rahulp13 | 2022-02-10 02:29:57 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-10 02:29:57 +0530 |
commit | 6490ce2f0ac47354d84463e141c593e048b420e7 (patch) | |
tree | 9a13f65f6f33f85c8f2fe12d9d5734342fd5c70d /Ubuntu/install-eSim.sh | |
parent | 632ca9e50c4dffce5316b235ac0dbb3a2ff27b4b (diff) | |
download | eSim-6490ce2f0ac47354d84463e141c593e048b420e7.tar.gz eSim-6490ce2f0ac47354d84463e141c593e048b420e7.tar.bz2 eSim-6490ce2f0ac47354d84463e141c593e048b420e7.zip |
do not confirm on installing pip3
Diffstat (limited to 'Ubuntu/install-eSim.sh')
-rwxr-xr-x | Ubuntu/install-eSim.sh | 2 |
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..........................." |