asahi-portable

Crates.ioasahi-portable
lib.rsasahi-portable
version0.1.0
sourcesrc
created_at2023-04-30 16:27:24.447386
updated_at2023-04-30 16:27:24.447386
descriptionProgram to make any Asahi Linux installer portable
homepage
repositoryhttps://github.com/ivabus/asahi-portable
max_upload_size
id852880
size31,045
Ivan Bushchik (ivabus)

documentation

README

asahi-portable

Portable Asahi Linux (or other Apple Silicon compatible distro) offline installer creator

Usage

Installation

cargo install asahi-portable

Usage

$ asahi-portable -h

Usage: asahi-portable [OPTIONS] --outdir <OUTDIR>

Options:
      --version-flag <VERSION_FLAG>
          URL, containing version flag [default: https://cdn.asahilinux.org/installer/latest]
      --installer-base <INSTALLER_BASE>
          URL, containing installer_base variable [default: https://cdn.asahilinux.org/installer]
      --repo-base <REPO_BASE>
          URL, containing repo_base variable [default: https://cdn.asahilinux.org/]
      --installer-data <INSTALLER_DATA>
          URL, that contains installer_data.json [default: https://github.com/AsahiLinux/asahi-installer/raw/prod/data/installer_data.json]
  -o, --outdir <OUTDIR>
          Directory where portable installer may be located. (If doesn't exists will be created)
  -d, --debug
          Enables debug mode (don't create + copy to outdir + don't remove tmpdir + print tmpdir path)
  -h, --help
          Print help
  -V, --version
          Print version
Commit count: 0

cargo fmt