diff options
author | Joerg Schirottke <master@kanotix.com> | 2015-09-22 16:19:22 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2015-09-22 17:56:23 +0200 |
commit | e3a1ddad8fe12346d899f797ab8fabe54f9af3cf (patch) | |
tree | c81707f180c0f400295b87dc170cb582214fe9c5 /auto | |
parent | 5bc49592d8036693a162e33daa63185d59302960 (diff) | |
download | kanotix-e3a1ddad8fe12346d899f797ab8fabe54f9af3cf.zip kanotix-e3a1ddad8fe12346d899f797ab8fabe54f9af3cf.tar.gz |
add mesa 11 repository
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index ce2862c..2431c22 100755 --- a/auto/config +++ b/auto/config @@ -83,6 +83,7 @@ grep -wq -e hangouts -e google-talkplugin <<<"$LB_PACKAGES_LISTS" && LB_REPOSITO grep -wq google-earth <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-earth" grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" grep -wq msa9 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa-9" +grep -wq ms11 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa-11" grep -wq msos <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa-steamos" grep -wq nvidia <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" nvidia" grep -wq fglrx <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" fglrx" |