We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e87dd5 commit 37c9d38Copy full SHA for 37c9d38
install.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/bash
2
apt-get install python3
3
+apt-get install git
4
pip install -r requirements.txt
5
+pip install git+https://github.com/Simatwa/undetected-chromedriver.git
6
chmod +x main.py
7
DIR="/data/data/com.termux/files/usr/bin"
8
if [[ -d '$DIR' ]]; then
0 commit comments