From 3c16dede489f2fd16c73d820480840658d1c3cb5 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 7 Jan 2013 23:45:57 +0100 Subject: [PATCH] Poprawka hostname. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d8da710..2ec54d2 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc # ftpd/doftiles path="https://bitbucket.org/ftpd/dotfiles.git" -if [ `hostname` = "tuonela.local" ] && [ `whoami` = "ftpd" ]; then +if [ `hostname` = "tuonela" ] && [ `whoami` = "ftpd" ]; then path="git@bitbucket.org:ftpd/dotfiles.git" fi git clone $path ~/.dotfiles