diff options
author | Joerg Schirottke <master@kanotix.com> | 2016-03-24 11:25:14 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2016-03-24 11:33:36 +0100 |
commit | 05ef4b8936ece6c929fd16597504dde98072d4e8 (patch) | |
tree | facce2331795ee49233b90b4a2a5e30af3f1bbbb /config/chroot_local-includes | |
parent | da26107ab5053957d8dcdd2e9ee707351e5c9e65 (diff) | |
download | kanotix-05ef4b8936ece6c929fd16597504dde98072d4e8.zip kanotix-05ef4b8936ece6c929fd16597504dde98072d4e8.tar.gz |
fix: google chrome hook and chromium-l10n
Diffstat (limited to 'config/chroot_local-includes')
-rwxr-xr-x | config/chroot_local-includes/lib/live/config/9010-hotfixes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-includes/lib/live/config/9010-hotfixes b/config/chroot_local-includes/lib/live/config/9010-hotfixes index e82472f..ad85bbb 100755 --- a/config/chroot_local-includes/lib/live/config/9010-hotfixes +++ b/config/chroot_local-includes/lib/live/config/9010-hotfixes @@ -48,7 +48,7 @@ if [ -x /var/lib/dpkg/info/google-chrome-stable.postinst ]; then cat <<EOT >/etc/apt/sources.list.d/google-chrome.list ### 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 EOT fi |