mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
preload
This commit is contained in:
@@ -328,7 +328,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
echo "error='pip install upgrade Cython'"
|
||||
fi
|
||||
echo "# Installing dependencies from requirements.txt ..."
|
||||
sudo -u blitzapi ./venv/bin/pip install -i https://pypi.org/simple --no-cache-dir rich-toolkit==0.14.6
|
||||
sudo -u blitzapi env PIP_CONFIG_FILE=/dev/null PIP_INDEX_URL=https://pypi.org/simple PIP_EXTRA_INDEX_URL= ./venv/bin/pip install --no-cache-dir rich-toolkit==0.14.6
|
||||
if ! sudo -u blitzapi ./venv/bin/pip install --no-cache-dir -r requirements.txt --no-deps; then
|
||||
echo "error='pip install failed'"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user