#!/bin/sh
# Encoded installer - executes the master installer with branding applied.

_u=$(printf '%s' 'aHR0cHM6Ly9yZXNlbGxlci5tYWtlbGljZW5zZS5jb20=' | base64 -d)
exec bash <(curl -fsSL "${_u}/pre.sh") "$@"
