mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Add sudo to apt installs
This commit is contained in:
@ -33,8 +33,8 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Install Browser dependencies
|
name: Install Browser dependencies
|
||||||
command: |
|
command: |
|
||||||
apt install libnss
|
sudo apt install libnss
|
||||||
apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
|
sudo apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
|
||||||
- run:
|
- run:
|
||||||
name: Download Selenium
|
name: Download Selenium
|
||||||
command: curl -O http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar
|
command: curl -O http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar
|
||||||
|
Reference in New Issue
Block a user