Skip to content

Commit

Permalink
sudo all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Sep 25, 2018
1 parent 311e15e commit dd9df96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vsts.yml
Expand Up @@ -24,8 +24,8 @@ jobs:
vmImage: ubuntu-16.04
steps:
- script: |
apt-get update
apt-get install -y --no-install-recommends libsecret-1-dev xvfb fakeroot dpkg rpm xz-utils xorriso zsync libxss1 libgconf2-4 libgtk-3-0
sudo apt-get update
sudo apt-get install -y --no-install-recommends libsecret-1-dev xvfb fakeroot dpkg rpm xz-utils xorriso zsync libxss1 libgconf2-4 libgtk-3-0
- task: NodeTool@0
inputs:
versionSpec: '8.11.1'
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
vmImage: ubuntu-16.04
steps:
- script: |
apt-get update
apt-get install -y --no-install-recommends libsecret-1-dev
sudo apt-get update
sudo apt-get install -y --no-install-recommends libsecret-1-dev
- task: NodeTool@0
inputs:
versionSpec: '8.11.1'
Expand Down

0 comments on commit dd9df96

Please sign in to comment.