From 7eed7282a9285209592cb09795780b8765019bd2 Mon Sep 17 00:00:00 2001 From: Will <14856070+ventureOptimism@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:37:50 -0700 Subject: [PATCH] removing periods from update link to prevent page not found error --- installer/templates/invoke.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/templates/invoke.sh.in b/installer/templates/invoke.sh.in index 0bc6bbb471..56dccea32f 100644 --- a/installer/templates/invoke.sh.in +++ b/installer/templates/invoke.sh.in @@ -68,7 +68,7 @@ do_line_input() { printf "2: Open the developer console\n" printf "3: Command-line help\n" printf "Q: Quit\n\n" - printf "To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest.\n\n" + printf "To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest\n\n" read -p "Please enter 1-4, Q: [1] " yn choice=${yn:='1'} do_choice $choice