Skip to content

Commit e6b46de

Browse files
tirupatihemanthsaiarcot895
authored andcommitted
Fix the apt package install abort because of missing -y (sonic-net#40)
1 parent 54105b6 commit e6b46de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ if [[ $TARGET_BOOTLOADER == grub ]]; then
447447
GRUB_PKG=grub-efi-arm64-bin
448448
fi
449449

450-
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get install -d -o dir::cache=/var/cache/apt \
450+
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install -d -o dir::cache=/var/cache/apt \
451451
$GRUB_PKG
452452

453453
sudo cp $FILESYSTEM_ROOT/var/cache/apt/archives/grub*.deb $FILESYSTEM_ROOT/$PLATFORM_DIR/grub

0 commit comments

Comments
 (0)