On an apt-get update I got the common error:
W: Failed to fetch http://dl.google.com/linux/earth/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
Per the answers on other questions, I changed the /etc/apt/sources.list.d/google-earth.list file to include the [arch=amd64] part to it. However, as the file itself warns,
THIS FILE IS AUTOMATICALLY CONFIGURED
You may comment out this entry, but any other modifications may be lost.
so that I have to change it every now and then.
How can I make that change permanent?