Skip to content

Commit 81e9cc7

Browse files
committed
debos: install make
We may want to use make to split the build process into multiple smaller steps that can be run incrementally. Pre-install it just in case. Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 2b5e0ce commit 81e9cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debos/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ prepare
1010

1111
sudo -E apt-get install --assume-yes --no-install-recommends \
1212
debos device-tree-compiler dosfstools e2fsprogs genimage \
13-
user-mode-linux rauc squashfs-tools
13+
make user-mode-linux rauc squashfs-tools
1414

1515
cleanup

0 commit comments

Comments
 (0)