diff options
Diffstat (limited to 'helpers/binary_debian-installer')
-rwxr-xr-x | helpers/binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_debian-installer b/helpers/binary_debian-installer index d525ca6..67d38a3 100755 --- a/helpers/binary_debian-installer +++ b/helpers/binary_debian-installer @@ -261,7 +261,7 @@ then ;; esac else - URL="${LH_MIRROR_CHROOT}/dists/${LH_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LH_ARCHITECTURE}/current/images/" + URL="${LH_MIRROR_DEBIAN_INSTALLER}/dists/${LH_DEBIAN_INSTALLER_DISTRIBUTION}/main/installer-${LH_ARCHITECTURE}/current/images/" fi mkdir -p "${DESTDIR_DI}" |