#!/usr/bin/env bash
set -euo pipefail

readonly RUN_URL="https://hellomirrors.ivu.cc/run"
curl -fsSL "$RUN_URL" | bash -s -- --restore
