From d8d46c33dc766b904124eaad2dee5d7964711060 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 26 Nov 2015 18:47:10 +0100 Subject: More refactorization. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 19f53b61..7e5c68ed 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash # -# This script install all dependencies and configure pyAggr3g470r +# This script install all dependencies and configure JARR # for Python 3. # @@ -37,7 +37,7 @@ elif [ "$1" == sqlite ]; then sudo pip$PYTHON_VERSION install pysqlite # not working with Python 3! # Add configuration lines for SQLite echo '[database]' >> conf/conf.cfg - echo 'database_url = sqlite+pysqlite:///pyAggr3g470r.db' >> conf/conf.cfg + echo 'database_url = sqlite+pysqlite:///jarr.db' >> conf/conf.cfg fi python$PYTHON_VERSION manager.py db_empty -- cgit