Browse Source

minor update to install locales

bugfixes
harshadyeola 10 years ago
parent
commit
56ceb97c20
  1. 2
      install

2
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 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 fi
# Generating Locale
locale-gen en
} }
function sync_db() function sync_db()

Loading…
Cancel
Save