Skip to content

Commit 345d458

Browse files
author
gau1991
committed
Added missing packages :)
1 parent 7c141c8 commit 345d458

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

install

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)