diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/lists/google-chrome | 8 | ||||
-rw-r--r-- | config/repositories/google-chrome | 2 |
2 files changed, 9 insertions, 1 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 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 |