File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ function install_dep()
3939 # Install Python3 on users system
4040 ee_lib_echo " Installing pre depedencies"
4141 if [ " $EE_LINUX_DISTRO " == " Ubuntu" ]; then
42- apt-get -y install python-software-properties software-properties-common python3 python3-apt python3-setuptools python3-dev sqlite3 git || ee_lib_error " Unable to install pre depedencies, exit status " 1
42+ apt-get -y install gcc python-software-properties software-properties-common python3 python3-apt python3-setuptools python3-dev sqlite3 git || ee_lib_error " Unable to install pre depedencies, exit status " 1
4343 elif [ " $EE_LINUX_DISTRO " == " Debian" ]; then
44- apt-get -y install graphviz python-software-properties python3 python3-apt python3-setuptools python3-dev sqlite3 git || ee_lib_error " Unable to pre depedencies, exit status " 1
44+ apt-get -y install gcc graphviz python-software-properties python3 python3-apt python3-setuptools python3-dev sqlite3 git || ee_lib_error " Unable to pre depedencies, exit status " 1
4545 fi
4646
4747 # Generating Locale
48- locale-gen en & >> /dev/null
48+ locale-gen en & >> /dev/null
4949}
5050
5151function sync_db()
You can’t perform that action at this time.
0 commit comments