diff options
author | Holger Paradies <retabell@gmx.de> | 2013-11-24 11:13:33 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2013-11-24 22:27:20 +0100 |
commit | ddd6ced8e98b95ec0b13639757ed10f406336b5a (patch) | |
tree | f0af0a97e2d8f0602c743d0747092cfb04064481 /auto | |
parent | 9bc702311f45bd061ef66b5944c960d1af44eb97 (diff) | |
download | kanotix-ddd6ced8e98b95ec0b13639757ed10f406336b5a.zip kanotix-ddd6ced8e98b95ec0b13639757ed10f406336b5a.tar.gz |
google-talk-earth-hack
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 aaeb8c9..771edab 100755 --- a/auto/config +++ b/auto/config @@ -71,6 +71,7 @@ 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 google-chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-chrome" +grep -wq google-earth <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-earth" 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" |