Tidy "install" / "install-binary" handling in lh_chroot_apt.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
252ee4f32c
commit
c2356c4184
|
@ -20,7 +20,7 @@ done
|
|||
# Setting static variables
|
||||
DESCRIPTION="manage /etc/apt/apt.conf"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
USAGE="${PROGRAM} {install|install-binary|remove} [--force]"
|
||||
|
||||
Arguments "${@}"
|
||||
|
||||
|
@ -32,7 +32,7 @@ Set_defaults
|
|||
Require_stagefile .stage/bootstrap
|
||||
|
||||
case "${1}" in
|
||||
install*)
|
||||
install|install-binary)
|
||||
Echo_message "Configuring file /etc/apt/apt.conf"
|
||||
|
||||
# Checking stage file
|
||||
|
|
Loading…
Reference in New Issue