-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchromium.sh
17 lines (16 loc) · 909 Bytes
/
chromium.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
# | |
# --+----------------------------------------------------------+--
# | Code by : yasserbdj96 |
# | Email : yasser.bdj96@gmail.com |
# | Github : /~https://github.com/yasserbdj96 |
# | BTC : bc1q2dks8w8uurca5xmfwv4jwl7upehyjjakr3xga9 |
# --+----------------------------------------------------------+--
# | all posts #yasserbdj96 ,all views my own. |
# --+----------------------------------------------------------+--
# | |
#START{
apt-get install -yqq unzip
wget -O chromedriver.zip http://chromedriver.storage.googleapis.com/`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
unzip chromedriver.zip chromedriver -d ./
#}END.