mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
fixup: add '--no-install-recommends' to apt install command
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
@@ -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@@ \
|
||||
|
||||
Reference in New Issue
Block a user