Update dpkg (#206)
This commit is contained in:
parent
4e2971f880
commit
d593577ace
@ -5,6 +5,12 @@ orbs:
|
|||||||
commands:
|
commands:
|
||||||
install-chrome:
|
install-chrome:
|
||||||
steps:
|
steps:
|
||||||
|
- run:
|
||||||
|
name: Update dpkg
|
||||||
|
command: |
|
||||||
|
sudo apt-get clean
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install dpkg
|
||||||
- run:
|
- run:
|
||||||
name: Install Chrome
|
name: Install Chrome
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user