diff --git a/installer/install.sh b/installer/install.sh index 005e3f80e1..8485c9d7e5 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -59,7 +59,7 @@ fi if [ -e "$INSTALL_ENV_DIR" ]; then export PATH="$PATH;$INSTALL_ENV_DIR/bin"; fi # get the repo (and load into the current directory) -if [ ! -e ".git"]; then +if [ ! -e ".git" ]; then git config --global init.defaultBranch main git init git remote add origin https://github.com/cmdr2/InvokeAI.git