diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-23 14:59:24 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-23 15:06:18 +0100 |
commit | 1d71275112a1f1aee000353011c91391a8c17397 (patch) | |
tree | ec52e293cec5ae67db4ad12bbe1f6a63177f62b1 /auto | |
parent | 28fc31e1853ed0767b7bc5ce79624eebf7ccbd3e (diff) | |
download | kanotix-1d71275112a1f1aee000353011c91391a8c17397.zip kanotix-1d71275112a1f1aee000353011c91391a8c17397.tar.gz |
auto-select repositories
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/config b/auto/config index 89cce81..c131f06 100755 --- a/auto/config +++ b/auto/config @@ -68,6 +68,9 @@ esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" 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 -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" opera" +grep -wq chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" chrome" lb config noauto --repositories "$LB_REPOSITORIES" # Fetch kanotix-scripts if necessary |