tidy(installer): remove unused update scripts and references thereto

This commit is contained in:
Eugene Brodsky
2024-02-01 17:25:50 -05:00
committed by Kent Keirsey
parent 7162ff04df
commit 03b1cde97d
3 changed files with 0 additions and 131 deletions

View File

@ -303,7 +303,6 @@ class InvokeAiInstance:
ext = "bat" if OS == "Windows" else "sh"
# scripts = ['invoke', 'update']
scripts = ["invoke"]
for script in scripts: