diff options
-rwxr-xr-x | helpers/lh_chroot_linux-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index 4a2e0e99c..bc6de5488 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -98,7 +98,7 @@ EOF aptitude) Apt install ${LH_INITRAMFS} ;; - apt-get) + apt|apt-get) Apt install -f ;; esac |