fix scripts/install_termux_reqs: prevent comments from being grepped

This commit is contained in:
thedragonsinn
2024-10-23 18:35:52 +05:30
parent 64adf805d3
commit 577e866736

View File

@@ -7,4 +7,4 @@ fi
./scripts/install_ub_core.sh
grep -Ev "google-generativeai|pillow" req.txt | xargs -n 1 pip install
grep -Ev "^#|google-generativeai|pillow" req.txt | xargs -n 1 pip install