fixup: add '--no-install-recommends' to apt install command

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2021-02-11 00:32:38 +09:00
parent e791335247
commit a5ed8930a8

View File

@@ -3,7 +3,7 @@
rm -f /etc/apt/sources.list.d/launchpad-hardkernel-ppa.list
apt update && apt upgrade -y
apt install -y \
apt install -y --no-install-recommends \
odroid-base \
@@DEFAULT_FLAVOUR_PACKAGES@@ \
@@DEFAULT_KERNEL_PACKAGE@@ \