1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3681 from holta/lb-wrapper.greedy

Install /usr/local/bin/lb-wrapper.greedy for Calibre-Web OOM (out of memory) testing
This commit is contained in:
A Holt 2023-12-09 23:24:15 -05:00 committed by GitHub
commit 3b9d2d2e36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,8 +76,8 @@
ln -sf /root/.local/bin/lb /usr/local/bin/lb
ln -sf /root/.local/pipx/venvs/xklb/bin/yt-dlp /usr/local/bin/yt-dlp
fi
cp {{ calibreweb_venv_path }}/scripts/lb-wrapper /usr/local/bin/lb-wrapper
chmod a+x /usr/local/bin/lb-wrapper
cp {{ calibreweb_venv_path }}/scripts/lb-wrapper {{ calibreweb_venv_path }}/scripts/lb-wrapper.greedy /usr/local/bin/
chmod a+x /usr/local/bin/lb-wrapper /usr/local/bin/lb-wrapper.greedy
fi
- name: Download Calibre-Web dependencies from 'requirements.txt' into python3 virtual environment {{ calibreweb_venv_path }}