mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 21:30:27 +00:00
chore: auto update all extensions using scripts
This commit is contained in:
3
extensions/update-all.sh
Normal file
3
extensions/update-all.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
ls | while read dir; do if [ -d "$dir/.git" ];
|
||||
then echo "Pulling updates for $dir...";
|
||||
git -C "$dir" pull; fi; done
|
Reference in New Issue
Block a user