mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
fixup: terminate when 'apt install' fails
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I78475fbeda2c1c33438285d95c9c46660aabf270
This commit is contained in:
@@ -14,6 +14,6 @@ apt install @@DEFAULT_APT_OPTIONS@@ \
|
||||
rsync \
|
||||
@@DEFAULT_FLAVOUR_PACKAGES@@ \
|
||||
@@DEFAULT_KERNEL_PACKAGE@@ \
|
||||
@@DEFAULT_BOOTSCRIPT_PACKAGE@@
|
||||
@@DEFAULT_BOOTSCRIPT_PACKAGE@@ || exit 1
|
||||
|
||||
apt remove -y @@DEFAULT_BLACKLIST_PACKAGES@@
|
||||
|
||||
Reference in New Issue
Block a user