summaryrefslogtreecommitdiff
path: root/src/portal/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/portal/scripts')
-rwxr-xr-xsrc/portal/scripts/create_vendor.sh26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/portal/scripts/create_vendor.sh b/src/portal/scripts/create_vendor.sh
index 6e5aaef..5daa3a3 100755
--- a/src/portal/scripts/create_vendor.sh
+++ b/src/portal/scripts/create_vendor.sh
@@ -16,25 +16,25 @@ cd yt-dlp/
pip3 install . --upgrade --target=../vendor
cd ../
-cd snscrape/
+cd gallery-dl/
pip3 install . --upgrade --target=../vendor
cd ../
-cd twitter-api-client/
-pip3 install . --upgrade --target=../vendor
-cd ../
+#cd snscrape/
+#pip3 install . --upgrade --target=../vendor
+#cd ../
-cd pixivpy/
-pip3 install . --upgrade --target=../vendor
-cd ../
+#cd twitter-api-client/
+#pip3 install . --upgrade --target=../vendor
+#cd ../
-cd instagrapi/
-pip3 install . --upgrade --target=../vendor
-cd ../
+#cd pixivpy/
+#pip3 install . --upgrade --target=../vendor
+#cd ../
-cd gallery-dl/
-pip3 install . --upgrade --target=../vendor
-cd ../
+#cd instagrapi/
+#pip3 install . --upgrade --target=../vendor
+#cd ../
cd ../
rm -r venv