Skip to content

Commit

Permalink
Fix non-interactive apt -f install
Browse files Browse the repository at this point in the history
  • Loading branch information
ClashTheBunny committed Sep 30, 2020
1 parent 7a98154 commit 0c32807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function finalize_image_jetson-nano() {
$SUDO cp libjpeg-turbo-dummy_1.0_all.deb "${MOUNTPOINT}"
$SUDO chroot "${MOUNTPOINT}" dpkg -i libjpeg-turbo-dummy_1.0_all.deb || true
$SUDO rm "${MOUNTPOINT}/libjpeg-turbo-dummy_1.0_all.deb"
$SUDO chroot "${MOUNTPOINT}" apt -f install
$SUDO chroot "${MOUNTPOINT}" apt -f install -y

(
cd /tmp/jetson_driver_package/Linux_for_Tegra/ || exit
Expand Down

0 comments on commit 0c32807

Please sign in to comment.