diff options
Diffstat (limited to 'examples/hooks/squashfs.sh')
-rwxr-xr-x | examples/hooks/squashfs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/hooks/squashfs.sh b/examples/hooks/squashfs.sh index 29eea0c..20667e2 100755 --- a/examples/hooks/squashfs.sh +++ b/examples/hooks/squashfs.sh @@ -7,6 +7,8 @@ # Note: You only want to use this hook if there is no prebuild # squashfs-modules-* package available for your kernel flavour. +apt-get install --yes build-essential + # Building kernel module which module-assistant || apt-get install --yes module-assistant module-assistant update |