Skip to content

Commit 155755d

Browse files
author
gau1991
committed
Added gcc as a dependency
1 parent 18b29f0 commit 155755d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install

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

5151
function sync_db()

0 commit comments

Comments
 (0)