Skip to content
XADE edited this page Mar 2, 2024 · 9 revisions

┏━━━━━━━━━━━━━━━━━┓
AUNIX 📦 Distro Installer
┗━━━━━━━━━━━━━━━━━┛

That Does The Least

Safe ?

  • does not affect | alter the partition table
    • it's user's responsibility to take care of requirements before using the script.
  • does not affect existing Operating Systems
    • Yes, the script will not affect any Windows, linux or any other OS.

Features

  • You choose, which package gets installed
  • Can be used from any working GNU/Linux Distro [Already installed | Live image].
    • i.e. ISO | Live image is not a necessity.
  • Also, supports Portable installation on external drive.
    • no extra steps required.
    • both external and internal drives are treated as first class citizen.
  • Multiple distros can be installed:
    • On the same block device (partition or volume).
    • Without deciding how much space each distro gets.
  • Automatically detects and support:
    • LUKS
    • LVM
    • LVM-RAID
    • Nested Volumes
    • & Combination

For Instructions Follow The Sidebar →

Please, Go through the whole wiki. Instructions may change in future

Before installing any Distribution going through their respective documentation is recommended

ShellCheck Output

In i.sh line 27:
  $@ || YELL "$@"
  ^-- SC2068 (error): Double quote array expansions to avoid re-splitting elements.


In i.sh line 348:
  . "${HOME}/.nix-profile/etc/profile.d/nix.sh"
    ^-- SC1091 (info): Not following: ./.nix-profile/etc/profile.d/nix.sh was not specified as input (see shellcheck -x).


In i.sh line 384:
  . "${GP}/etc/profile"
    ^-----------------^ SC1091 (info): Not following: ./etc/profile was not specified as input (see shellcheck -x).

Mirrors

Thanks to the Community for Maintaining :

ARCH, VOID, ARTIX, GENTOO, FUNTOO, ALPINE, NIXOS, GUIX

This project only leverages their work.

Disclaimer

The registered trademark Linux(R) is used pursuant to a sub-license from the Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark on a worldwide basis.