summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-11-11 23:58:53 +0100
committerHolger Paradies <retabell@gmx.de>2013-11-12 00:03:49 +0100
commit01d0d14f5ee949e34a45811cf1b17178ceecb6a1 (patch)
treea075781d5a7809d8cfaa5c86c091768dead419e0 /auto
parent7c6bb87f20164979d8f197523e8268d626dcf6db (diff)
downloadkanotix-01d0d14f5ee949e34a45811cf1b17178ceecb6a1.zip
kanotix-01d0d14f5ee949e34a45811cf1b17178ceecb6a1.tar.gz
fix chrome
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config2
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"