Update install.sh
Browse files- install.sh +3 -1
install.sh
CHANGED
|
@@ -2,4 +2,6 @@
|
|
| 2 |
apt-get update
|
| 3 |
apt-get install -y chromium-chromedriver
|
| 4 |
cp /usr/lib/chromium-browser/chromedriver /usr/bin
|
| 5 |
-
pip install selenium
|
|
|
|
|
|
|
|
|
| 2 |
apt-get update
|
| 3 |
apt-get install -y chromium-chromedriver
|
| 4 |
cp /usr/lib/chromium-browser/chromedriver /usr/bin
|
| 5 |
+
pip install selenium
|
| 6 |
+
pip install playwright
|
| 7 |
+
playwright install chromium
|