An open API service indexing awesome lists of open source software.

https://github.com/murkl/arch-os-creator

Arch Linux • ISO • POSIX • Downloader • Bootable USB Device Creator
https://github.com/murkl/arch-os-creator

arch-installer arch-linux arch-os bootable-usb downloader iso linux posix shell-script shellcheck usb-devices

Last synced: about 1 month ago
JSON representation

Arch Linux • ISO • POSIX • Downloader • Bootable USB Device Creator

Awesome Lists containing this project

README

        

# Arch OS Bootable Device Creator

**[ ➜ Run One-line POSIX Executable](#create-bootable-usb-device)**






100% shellcheck approved


powered by Arch OS


## Create Bootable USB Device

This POSIX script downloads the latest official [Arch Linux ISO](https://archlinux.org/download/) 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](https://github.com/murkl/arch-os)**

### Dependencies

```
sh curl lsblk sha256sum dd grep
```

### Environment Variables

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"
```