diff options
author | Holger Paradies <retabell@gmx.de> | 2016-04-29 10:17:50 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2016-04-29 13:29:48 +0200 |
commit | a36a0c7c9d17ce1ba813b2586d98b566b17ee327 (patch) | |
tree | a2d1db475a4d1ace1d9e27c49ed7796fe28a6616 /auto/config | |
parent | 5255cfbd14700a0ba8eb4d456e1f29562f2dccc4 (diff) | |
download | kanotix-a36a0c7c9d17ce1ba813b2586d98b566b17ee327.zip kanotix-a36a0c7c9d17ce1ba813b2586d98b566b17ee327.tar.gz |
support for Gunnars bmguck
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index 20e06e8..b7a6697 100755 --- a/auto/config +++ b/auto/config @@ -77,6 +77,7 @@ grep -wq acritox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox dragonfir 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" +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" grep -wq -e hangouts -e google-talkplugin <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-talkplugin" |