fix scripts/install_termux_reqs: prevent comments from being grepped
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user