Setup Generator
Build your personalised Linux install script in 3 steps.
1
Choose distro2
Pick programs3
Get scriptWhich Linux distro are you using?
Click your distribution β this determines which install commands will be used.

Alpine Linux
Alpine Linux is a minimal, security-oriented distribution popular for containers.
apk add <package>
Arch Linux
Arch Linux bleeding edge rolling release distribution
pacman -S <package>
Debian
Debian is a stable, community-driven Linux distribution and the base for many others.
apt-get install -y <package>
Fedora
Fedora is a cutting-edge, community-supported Linux distribution sponsored by Red Hat.
dnf install -y <package>
openSUSE
openSUSE is a stable, enterprise-grade Linux distribution with excellent tooling.
zypper install -y <package>
Ubuntu
Ubuntu is a Debian-based Linux distribution.
apt-get install -y <package>
Void Linux
Void Linux is an independent, stable rolling release distribution.
xbps-install -S <package>