#!/usr/bin/env bash
# shellcheck disable=SC1091,SC2154
cd installer || exit 1
(python3 -B -m archinstoo "$@") && cd ..
