diff options
Diffstat (limited to 'src/portal/scripts')
| -rwxr-xr-x | src/portal/scripts/create_vendor.sh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/portal/scripts/create_vendor.sh b/src/portal/scripts/create_vendor.sh index 6fdf9e0..414a4c2 100755 --- a/src/portal/scripts/create_vendor.sh +++ b/src/portal/scripts/create_vendor.sh @@ -12,10 +12,6 @@ cd yt-dlp/ pip3 install . --upgrade --target=../vendor cd ../ -#cd snscrape/ -#pip3 install . --upgrade --target=../vendor -#cd ../ - cd twitter-api-client/ pip3 install . --upgrade --target=../vendor cd ../ @@ -32,9 +28,9 @@ cd CyberDropDownloader/ pip3 install . --upgrade --target=../vendor cd ../ -#cd gallery-dl/ -#pip3 install . --upgrade --target=../vendor -#cd ../ +cd gallery-dl/ +pip3 install . --upgrade --target=../vendor +cd ../ cd ../ rm -r venv |