We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf534d7 commit 9344687Copy full SHA for 9344687
1 file changed
installer/templates/invoke.sh.in
@@ -67,20 +67,20 @@ if [ "$0" != "bash" ]; then
67
;;
68
7)
69
invokeai-configure --root ${INVOKEAI_ROOT} --yes --default_only
70
- ;;
71
- 8)
72
- echo "Developer Console:"
+ ;;
+ 8)
+ echo "Developer Console:"
73
file_name=$(basename "${BASH_SOURCE[0]}")
74
bash --init-file "$file_name"
75
76
9)
77
- echo "Update:"
+ echo "Update:"
78
invokeai-update
79
80
10)
81
invokeai --help
82
83
- [qQ])
+ [qQ])
84
exit 0
85
86
*)
0 commit comments