mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Typo in install.sh
This commit is contained in:
parent
1f62517636
commit
90d9d6ea00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user