diff --git a/installer/installer.py b/installer/installer.py index 9c50f0f077..1688b8ef1b 100644 --- a/installer/installer.py +++ b/installer/installer.py @@ -164,12 +164,12 @@ class Installer: optional_modules, find_links, ) - # run through the configuration flow - self.instance.configure() # install the launch/update scripts into the runtime directory self.instance.install_user_scripts() + # run through the configuration flow + self.instance.configure() class InvokeAiInstance: """ diff --git a/installer/templates/invoke.sh.in b/installer/templates/invoke.sh.in index edb2f49bcb..29e95d0ba0 100644 --- a/installer/templates/invoke.sh.in +++ b/installer/templates/invoke.sh.in @@ -59,7 +59,7 @@ if [ "$0" != "bash" ]; then bash --init-file "$file_name" ;; 6) - exec invokeai-config --root ${INVOKEAI_ROOT} + exec invokeai-configure --root ${INVOKEAI_ROOT} ;; 7) exec invokeai --help