Create #!/bin/bash
Browse files- #!/bin/bash +2 -0
#!/bin/bash
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
set -e
|
2 |
+
python -m playwright install chromium
|