diff options
author | Joerg Schirottke <master@kanotix.com> | 2016-03-03 18:11:56 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2016-03-03 20:30:46 +0100 |
commit | 3489aa8f723c6a5c9927d7a6a2e3775e848c9181 (patch) | |
tree | ef6fecb3b1f76200291f6a17b8e9bafb0764bea4 /config | |
parent | 781cf9ae58b4a5d5e2655f9227144afd83251f8f (diff) | |
download | kanotix-3489aa8f723c6a5c9927d7a6a2e3775e848c9181.zip kanotix-3489aa8f723c6a5c9927d7a6a2e3775e848c9181.tar.gz |
fix: use chromium instead of chrome for 32 bit
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 |