summaryrefslogtreecommitdiff
path: root/functions/configuration.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-xfunctions/configuration.sh2
1 files changed, 1 insertions, 1 deletions
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