From b094ff48e91a265535191e519e0e26853abd8c35 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sun, 22 Jun 2014 21:03:09 -0700 Subject: [PATCH] fix --- INSTALL.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.debian b/INSTALL.debian index eef0e1144..1aa586238 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -96,7 +96,7 @@ sudo -u danbooru git clone https://github.com/r888888888/danbooru ~danbooru/danb sudo -u danbooru bash -l -c 'cd ~/danbooru ; bundle' echo "* Creating a new local git branch called develop" -sudo -u danbooru git checkout -b develop +sudo -u danbooru bash -l -c 'cd ~danbooru ; git checkout -b develop' echo "* Setting up known_hosts for localhost" ssh-keyscan -t rsa,dsa localhost 2>&1 | sort -u - ~/.ssh/known_hosts > ~/.ssh/tmp_hosts