installer: fix indentation in invoke.sh template (tabs -> spaces)

This commit is contained in:
Eugene Brodsky 2023-03-25 13:54:41 -04:00
parent cf534d735c
commit 9344687a56

View File

@ -67,20 +67,20 @@ if [ "$0" != "bash" ]; then
;;
7)
invokeai-configure --root ${INVOKEAI_ROOT} --yes --default_only
;;
8)
echo "Developer Console:"
;;
8)
echo "Developer Console:"
file_name=$(basename "${BASH_SOURCE[0]}")
bash --init-file "$file_name"
;;
9)
echo "Update:"
echo "Update:"
invokeai-update
;;
10)
invokeai --help
;;
[qQ])
[qQ])
exit 0
;;
*)