summaryrefslogtreecommitdiff
path: root/config/lists
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2016-03-03 18:11:56 +0100
committerHolger Paradies <retabell@gmx.de>2016-03-03 20:30:46 +0100
commit3489aa8f723c6a5c9927d7a6a2e3775e848c9181 (patch)
treeef6fecb3b1f76200291f6a17b8e9bafb0764bea4 /config/lists
parent781cf9ae58b4a5d5e2655f9227144afd83251f8f (diff)
downloadkanotix-3489aa8f723c6a5c9927d7a6a2e3775e848c9181.zip
kanotix-3489aa8f723c6a5c9927d7a6a2e3775e848c9181.tar.gz
fix: use chromium instead of chrome for 32 bit
Diffstat (limited to 'config/lists')
-rw-r--r--config/lists/google-chrome8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/lists/google-chrome b/config/lists/google-chrome
index 988464c..a213af4 100644
--- a/config/lists/google-chrome
+++ b/config/lists/google-chrome
@@ -1 +1,9 @@
+# use chromium instead of chrome for 32 bit
+
+#if ARCHITECTURE i386
+chromium
+#endif
+
+#if ARCHITECTURE amd64
google-chrome-stable
+#endif