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 833d143..87b0b5d 100755 --- a/src/portal/scripts/create_vendor.sh +++ b/src/portal/scripts/create_vendor.sh @@ -24,13 +24,9 @@ cd instagrapi/ pip3 install . --upgrade --target=../vendor cd ../ -#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 |