summaryrefslogtreecommitdiff
path: root/auto/config
diff options
context:
space:
mode:
Diffstat (limited to 'auto/config')
-rwxr-xr-xauto/config8
1 files changed, 7 insertions, 1 deletions
diff --git a/auto/config b/auto/config
index cac4fb5..b7c5282 100755
--- a/auto/config
+++ b/auto/config
@@ -85,7 +85,13 @@ grep -wq retabell <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" retabell"
grep -wq acritox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox dragonfire-acritox"
grep -wq hellfire <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" hellfire"
grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity"
-grep -wq -e virtualbox -e vbox <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" vbox"
+if grep -wq -e virtualbox -e vbox <<<"$LB_PACKAGES $LB_PACKAGES_LISTS"; then
+ if [ "$LB_DISTRIBUTION" = "buster" ]; then
+ LB_REPOSITORIES+=" vbox-bionic"
+ else
+ LB_REPOSITORIES+=" vbox"
+ fi
+fi
grep -wq bmguck <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" bmguck"
grep -wq -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" opera"
grep -wq google-chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-chrome"