summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-25 13:36:30 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-25 13:36:30 +0200
commit80d7d2c46995c0f8683833872c2a6740a4c01987 (patch)
treebd036ac4933c01267fbeaeec79c80aade8063560 /install.sh
parenta4de1eb7869caba6d9020e3f9cc7a817dfc74241 (diff)
reordering install process
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh10
1 files changed, 5 insertions, 5 deletions
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