diff options
author | Holger Paradies <retabell@gmx.de> | 2013-11-17 09:45:04 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2013-11-18 00:23:08 +0100 |
commit | 4ea9b664f973cd4d646d4d35ee1c366c3f3c1627 (patch) | |
tree | d453d4f9746523b75736de20daab795a9160b08e /auto/config | |
parent | 01d0d14f5ee949e34a45811cf1b17178ceecb6a1 (diff) | |
download | kanotix-4ea9b664f973cd4d646d4d35ee1c366c3f3c1627.zip kanotix-4ea9b664f973cd4d646d4d35ee1c366c3f3c1627.tar.gz |
mesa split list
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/config b/auto/config index f169df5..21005bb 100755 --- a/auto/config +++ b/auto/config @@ -72,6 +72,8 @@ grep -wq -e virtualbox -e vbox <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSI 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 mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" +grep -wq nvidia <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" nvidia" +grep -wq fglrx <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" fglrx" grep -wq steam <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" steam steam-wheezy" grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox-wheezy" grep -wq silverlight <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverlight" |