ArchiveTeam / IA.BAK

We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case.
GNU General Public License v3.0
87 stars 22 forks source link

install the right arch of git-annex #8

Closed cancerAlot closed 9 years ago

joeyh commented 9 years ago

i386 should work on amd64 systems as well. This might be on a removable drive etc, so keeping it portable seems like a win.

cancerAlot commented 9 years ago

is the i386-version working on ARM (f.e raspberry pi)?

joeyh commented 9 years ago

Arch detection is needed for arm. (The arm build will work on many arm subarchitectures.)

Also, OS detection is needed for OSX.

cancerAlot commented 9 years ago

uname -m gives "armv6l" or "armv7l" depending on the arm-version and OSX should support i386; so i386-default should be right