Updating wget dependency in installer_debian-installer to look for wget on the host system rather than the chroot.
This commit is contained in:
parent
fdc9250bca
commit
501a2817a5
|
@ -64,7 +64,7 @@ Check_lockfile .lock
|
|||
Create_lockfile .lock
|
||||
|
||||
# Checking depends
|
||||
Check_package chroot /usr/bin/wget wget
|
||||
Check_package host /usr/bin/wget wget
|
||||
Check_package chroot /usr/bin/apt-ftparchive apt-utils
|
||||
|
||||
# Restoring cache
|
||||
|
|
Loading…
Reference in New Issue