Skip to content

Commit c7960f9

Browse files
committed
fix regression in copy function
1 parent c1c8b50 commit c7960f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

binary_installer/install.sh.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ _err_exit $? _err_msg
198198
echo -e "\n***** Updated pip *****\n"
199199

200200
_err_msg="\n----- requirements file copy failed -----\n"
201-
cp installer/py3.10-${OS_NAME}-"${OS_ARCH}"-${CD}-reqs.txt requirements.txt
201+
cp binary_installer/py3.10-${OS_NAME}-"${OS_ARCH}"-${CD}-reqs.txt requirements.txt
202202
_err_exit $? _err_msg
203203

204204
_err_msg="\n----- main pip install failed -----\n"
@@ -213,11 +213,11 @@ _err_exit $? _err_msg
213213

214214
echo -e "\n***** Installed InvokeAI *****\n"
215215

216-
cp installer/invoke.sh .
216+
cp binary_installer/invoke.sh .
217217
echo -e "\n***** Installed invoke launcher script ******\n"
218218

219219
# more cleanup
220-
rm -rf installer/ installer_files/
220+
rm -rf binary_installer/ installer_files/
221221

222222
# preload the models
223223
.venv/bin/python3 scripts/configure_invokeai.py

0 commit comments

Comments
 (0)