asahi-portable
Portable Asahi Linux (or other Apple Silicon compatible distro) offline installer creator
Usage
Installation
bash
cargo install asahi-portable
Usage
```bash
$ asahi-portable -h
Usage: asahi-portable [OPTIONS] --outdir
Options:
--version-flag
URL, containing version flag [default: https://cdn.asahilinux.org/installer/latest]
--installer-base
URL, containing installerbase variable [default: https://cdn.asahilinux.org/installer]
--repo-base
URL, containing repobase variable [default: https://cdn.asahilinux.org/]
--installer-data
URL, that contains installerdata.json [default: https://github.com/AsahiLinux/asahi-installer/raw/prod/data/installerdata.json]
-o, --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
```