Skip to content

Commit

Permalink
Add -y to apt install command to avoid timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jawn-smith committed Feb 18, 2022
1 parent 4fc1bfd commit bf13cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path: /home/ubuntu-image

prepare: |
apt update
apt install snapd
apt install -y snapd
snap install --classic snapcraft
snapcraft --destructive-mode
snap install --classic --dangerous ubuntu-image_*.snap
Expand Down

0 comments on commit bf13cd7

Please sign in to comment.