Calling bootstrap_archives with correct pass argument.
This commit is contained in:
parent
e94e9699b6
commit
0c10bd5318
|
@ -54,7 +54,7 @@ lb chroot_hostname install ${@}
|
|||
lb chroot_apt install ${@}
|
||||
|
||||
lb bootstrap_archive-keys ${@}
|
||||
lb bootstrap_archives ${@}
|
||||
lb bootstrap_archives binary ${@}
|
||||
|
||||
# Deconfiguring chroot
|
||||
lb chroot_apt remove ${@}
|
||||
|
|
|
@ -18,7 +18,7 @@ DESCRIPTION="$(Echo 'manage /etc/apt/sources.list')"
|
|||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
_PASS="${1}"
|
||||
_PASS="${1:-binary}"
|
||||
shift
|
||||
|
||||
Arguments "${@}"
|
||||
|
|
Loading…
Reference in New Issue