We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ec205 commit 56ceb97Copy full SHA for 56ceb97
install
@@ -44,6 +44,8 @@ function install_dep()
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
45
fi
46
47
+ # Generating Locale
48
+ locale-gen en
49
}
50
51
function sync_db()
0 commit comments