From 80d7d2c46995c0f8683833872c2a6740a4c01987 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sun, 25 Jul 2010 13:36:30 +0200 Subject: reordering install process --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 640a4d8..93fa432 100644 --- a/install.sh +++ b/install.sh @@ -72,15 +72,15 @@ EOF EOF echo "done." fugitive_install_hooks - echo -n "Importing files into git repository... " - git add _templates/* fugitive.css print.css >/dev/null - git commit -m "fugitive inital import" >/dev/null - echo "done." echo -n "Preventing git to track temporary and generated files... " echo "*~\nindex.html\narchives.html" > .git/info/exclude echo "done." + echo "Importing files into git repository... " + git add _templates/* fugitive.css print.css >/dev/null + git commit -m "fugitive inital import" >/dev/null + echo "First import finished." cd - >/dev/null - echo "Installation complete, please see the README file for an howto." + echo 'Installation complete!' } case "$1" in -- cgit v1.2.3