diff options
author | Holger Paradies <retabell@gmx.de> | 2013-11-11 23:58:53 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2013-11-12 00:03:49 +0100 |
commit | 01d0d14f5ee949e34a45811cf1b17178ceecb6a1 (patch) | |
tree | a075781d5a7809d8cfaa5c86c091768dead419e0 /auto | |
parent | 7c6bb87f20164979d8f197523e8268d626dcf6db (diff) | |
download | kanotix-01d0d14f5ee949e34a45811cf1b17178ceecb6a1.zip kanotix-01d0d14f5ee949e34a45811cf1b17178ceecb6a1.tar.gz |
fix chrome
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 0c8092c..f169df5 100755 --- a/auto/config +++ b/auto/config @@ -70,7 +70,7 @@ esac 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" +grep -wq google-chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-chrome" grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" grep -wq steam <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" steam steam-wheezy" grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox-wheezy" |