Git archive. Comparable to tar, in a way.
Maintains directories of Content Addressable content.
Meant to play nice as a provider of an immutable append-only cache that's easy to integrate with any system based on files and directories.
#!/bin/bash | |
# | |
# The short shell script for you who wants an installer that does the job and stops. | |
# (And thus doesn't want anything to do with rustup.) | |
# | |
# Find the latest rust version numbers by looking at | |
# https://forge.rust-lang.org/infra/other-installation-methods.html | |
# You'll need to give that number as an argument. |