add comment refer to install.py

This commit is contained in:
KagurazakaNyaa 2023-06-25 18:33:34 +08:00
parent 880c7874ec
commit 045b4719a4

View file

@ -57,6 +57,7 @@ chown -R root ~/.cache/
chmod 766 ~/.cache/ chmod 766 ~/.cache/
shopt -s nullglob shopt -s nullglob
# For install.py, please refer to https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions#installpy
list=(./extensions/*/install.py) list=(./extensions/*/install.py)
for installscript in "${list[@]}"; do for installscript in "${list[@]}"; do
PYTHONPATH=${ROOT} python "$installscript" PYTHONPATH=${ROOT} python "$installscript"