File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,10 @@ function install_dep()
3939 apt-get update & >> /dev/null
4040
4141 # Install Python3 on users system
42- ee_lib_echo " Installing Python3 "
43- apt-get -y install python3 python3-apt python3-setuptools python3-dev
42+ ee_lib_echo " Installing pre depedencies "
43+ apt-get -y install python3 python3-apt python3-setuptools python3-dev sqlite3 git
4444 if [[ $? -ne 0 ]]; then
45- ee_lib_echo_fail " Unable to install Python3 on system"
46- exit 1
47- fi
48-
49- # Install sqlite3
50- ee_lib_echo " Installing sqlite3"
51- apt-get -y install sqlite3
52- if [[ $? -ne 0 ]]; then
53- ee_lib_echo_fail " Unable to install sqlite3 on system"
45+ ee_lib_echo_fail " Unable to install pre depedencies"
5446 exit 1
5547 fi
5648}
You can’t perform that action at this time.
0 commit comments