From c3f0d39675de3cc69542416ea6f954b1d67c6962 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 28 Mar 2020 12:01:03 +0000 Subject: config: apt-get should probably be an allowed and documented --apt value since everywhere where 'apt' is a permitted value, 'apt-get' is also, it just wasn't listed in the option's documentation and thus was also not listed in the new validation check. Gbp-Dch: Short --- functions/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/configuration.sh b/functions/configuration.sh index decc564be..be3adf621 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -587,7 +587,7 @@ Validate_config_permitted_values () exit 1 fi - if ! In_list "${LB_APT}" apt aptitude; then + if ! In_list "${LB_APT}" apt apt-get aptitude; then Echo_error "You have specified an invalid value for LB_APT (--apt)." exit 1 fi -- cgit v1.2.3