aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorvladlearns <vladlearns@gmail.com>2023-03-09 14:25:18 +0000
committervladlearns <vladlearns@gmail.com>2023-03-09 14:29:07 +0000
commitb07b7057f0636aa142471ec27841a8001a85f98b (patch)
tree7340f5734583e6d37ce97802d88fab47e6c7c1f0 /extensions
parent09c73710c9145afdd22bcdb6da68db8e346e35b6 (diff)
downloadstable-diffusion-webui-gfx803-b07b7057f0636aa142471ec27841a8001a85f98b.tar.gz
stable-diffusion-webui-gfx803-b07b7057f0636aa142471ec27841a8001a85f98b.tar.bz2
stable-diffusion-webui-gfx803-b07b7057f0636aa142471ec27841a8001a85f98b.zip
chore: removed scripts and added a flag to launch.py
Diffstat (limited to 'extensions')
-rw-r--r--extensions/update-all.bat1
-rw-r--r--extensions/update-all.sh3
2 files changed, 0 insertions, 4 deletions
diff --git a/extensions/update-all.bat b/extensions/update-all.bat
deleted file mode 100644
index 75a17cbe..00000000
--- a/extensions/update-all.bat
+++ /dev/null
@@ -1 +0,0 @@
-for /d %%i in (*) do @if exist "%%i\.git" (echo Pulling updates for %%i... & git -C "%%i" pull) \ No newline at end of file
diff --git a/extensions/update-all.sh b/extensions/update-all.sh
deleted file mode 100644
index b00de927..00000000
--- a/extensions/update-all.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-ls | while read dir; do if [ -d "$dir/.git" ];
-then echo "Pulling updates for $dir...";
-git -C "$dir" pull; fi; done \ No newline at end of file