diff options
Diffstat (limited to 'tools/installer')
-rwxr-xr-x | tools/installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer b/tools/installer index 41b682e4..0b90906e 100755 --- a/tools/installer +++ b/tools/installer @@ -145,7 +145,7 @@ check_perl_db() done; if test "${DEFAULT_DB_TYPE}X" = "X"; then echo -e " [${LightRed}failed${NC}]" - echo " None of the DB-modules is available! Please install one of them."; + echo " None of the DB-modules is available! Please install one of them (libdbd-sqlite3-perl or libdbd-mysql-perl)."; exit 1; else echo ${DEFAULT_DB_TYPE} >DEFAULT-DB-TYPE; |