A lightweight TUI installer for Elezaio Linux, built with bash and whiptail.
elezaio-installer/
├── install.sh # Entry point
├── config.conf # Installer settings
├── ui/
│ ├── branding.sh # Colors & branding
│ └── screens.sh # All UI screens
└── core/
├── disk.sh # Partitioning & file copy
└── system.sh # Bootloader, users & config
sudo bash install.sh- Welcome
- Language selection
- Keyboard layout
- Disk selection
- Username & password
- Installation summary
- Progress
- Done & reboot
whiptailpartedgrub-efisquashfs-tools
MIT — Elezaio Linux Project