Skip to content

Commit 9954f89

Browse files
hacking: suppress prompt while installing ubuntu deps
1 parent 3ec19b3 commit 9954f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Build dependencies can automatically be resolved using `build-dep` on Ubuntu:
4949

5050
cd ~/snapd
5151
ln -sfn packaging/ubuntu-16.04 debian
52-
sudo apt build-dep .
52+
sudo apt build-dep -y .
5353

5454
> [!NOTE]
5555
> The `debian` symbolic link is intentionally not part of the tree, and is explicitly listed in the .gitignore file.

0 commit comments

Comments
 (0)