mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Fix snap -> snapd
This commit is contained in:
parent
c556bb72cb
commit
bb75444711
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ stages:
|
|||
steps:
|
||||
- bash: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends snap
|
||||
sudo apt-get install -y --no-install-recommends snapd
|
||||
sudo snap install --classic snapcraft
|
||||
displayName: Install dependencies
|
||||
- task: DownloadPipelineArtifact@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue