This POSIX script downloads the latest official Arch Linux ISO and creates a bootable USB device on Linux.
curl -Ls https://raw.githubusercontent.com/murkl/arch-os-creator/refs/heads/main/creator.sh | bash Afterwards install: ➜ Arch OS
sh curl lsblk sha256sum dd grep The default variables can be overwritten with export. The script checks whether the variables are already set at startup.
export ARCH_ISO_DOWNLOAD_DIR="~/Downloads" export ARCH_ISO_DOWNLOAD_MIRROR="https://mirrors.xtom.de/archlinux/iso/latest" 