Skip to content

Commit 37c9d38

Browse files
authored
undetected-chromedriver bugs fixed
1 parent 5e87dd5 commit 37c9d38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/bash
22
apt-get install python3
3+
apt-get install git
34
pip install -r requirements.txt
5+
pip install git+https://github.com/Simatwa/undetected-chromedriver.git
46
chmod +x main.py
57
DIR="/data/data/com.termux/files/usr/bin"
68
if [[ -d '$DIR' ]]; then

0 commit comments

Comments
 (0)