From 3489aa8f723c6a5c9927d7a6a2e3775e848c9181 Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Thu, 3 Mar 2016 18:11:56 +0100 Subject: fix: use chromium instead of chrome for 32 bit --- config/lists/google-chrome | 8 ++++++++ config/repositories/google-chrome | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 diff --git a/config/repositories/google-chrome b/config/repositories/google-chrome index ab80a74..b2d572c 100644 --- a/config/repositories/google-chrome +++ b/config/repositories/google-chrome @@ -1,3 +1,3 @@ ### THIS FILE IS AUTOMATICALLY CONFIGURED ### # You may comment out this entry, but any other modifications may be lost. -deb http://dl.google.com/linux/chrome/deb/ stable main +deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main -- cgit v1.0