From 2afb6c065d69d5b3fe00d64930b121434a48da6a Mon Sep 17 00:00:00 2001 From: Patrick Ditzel <patrick@central-computer.de> Date: Fri, 15 Dec 2017 21:04:20 +0000 Subject: [PATCH] Moved databasefunction into database specific modules and also the configuration. Still work in progress. Installer does noct work yet --- install.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index e53672a..5497a8e --- a/install.sh +++ b/install.sh @@ -8,4 +8,6 @@ # 3. Check if it is an local user installation odr a global system installation # 4. If it is a global installation mkdit /etc/dbb.cfg.d an cop dbb.cf to /etc # If it is an local user installation create ~/.dbb.cfg.d an cop dbb.cfg to ~/.ddb.cfg -# 5. Copy dbb to $INSTALLPATH/bin/dbb and create symlink from $INSTALLPATH/bin/dbb to $INSTALLPATH/bin/dbbi \ No newline at end of file +# 5. Copy dbb to $INSTALLPATH/bin/dbb and create symlink from $INSTALLPATH/bin/dbb to $INSTALLPATH/bin/dbbi + +# To configure dbb during installation, create some dialogs and ask some questions -- Gitblit v1.10.0