diff --git a/install b/install index 93b68812..956a473a 100644 --- a/install +++ b/install @@ -44,6 +44,8 @@ function install_dep() 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 fi + # Generating Locale + locale-gen en } function sync_db()