summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2020-02-01 09:25:26 +0100
committerHolger Paradies <retabell@gmx.de>2020-03-02 17:56:53 +0100
commit0d2e19af51bfd352d8c7c7a891484e868578dd77 (patch)
tree09c1ae46d3b9867abe4f53e771a728dd25feb744 /auto
parent8b578d02065d27fa59f18e16fc7b8926a203b5af (diff)
downloadkanotix-0d2e19af51bfd352d8c7c7a891484e868578dd77.zip
kanotix-0d2e19af51bfd352d8c7c7a891484e868578dd77.tar.gz
Revert "use vbox-bionic repo for buster"
This reverts commit 232410fe0596cdee45e54d8e7ed705e4bd66294e.
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config8
1 files changed, 1 insertions, 7 deletions
diff --git a/auto/config b/auto/config
index 4f9617d..e583501 100755
--- a/auto/config
+++ b/auto/config
@@ -115,13 +115,7 @@ grep -wq silverfire-extra <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverfi
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"
-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 -e virtualbox -e vbox <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" vbox"
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"