summaryrefslogtreecommitdiff
path: root/config/lists
diff options
context:
space:
mode:
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