Skip to content

murkl/arch-os-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Create Bootable USB Device

This POSIX script downloads the latest Arch OS or 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

Dependencies

coreutils util-linux grep sed curl sudo ncurses

Environment Variables

The default variables can be overwritten with export. The script checks whether the variables are already set at startup.

export DOWNLOAD_DIR="~/Downloads"
export ARCH_OS_RELEASES_API="https://api.github.com/repos/murkl/arch-os/releases/latest"
export ARCH_LINUX_ISO_MIRROR="https://mirrors.xtom.de/archlinux/iso/latest"

100% shellcheck approved

powered by Arch OS