Browse Source

Added gcc as a dependency

bugfixes
gau1991 10 years ago
parent
commit
155755d247
  1. 4
      install

4
install

@ -39,9 +39,9 @@ function install_dep()
# Install Python3 on users system # Install Python3 on users system
ee_lib_echo "Installing pre depedencies" ee_lib_echo "Installing pre depedencies"
if [ "$EE_LINUX_DISTRO" == "Ubuntu" ]; then if [ "$EE_LINUX_DISTRO" == "Ubuntu" ]; then
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 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
elif [ "$EE_LINUX_DISTRO" == "Debian" ]; then elif [ "$EE_LINUX_DISTRO" == "Debian" ]; then
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 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
fi fi
# Generating Locale # Generating Locale

Loading…
Cancel
Save