#!/bin/sh
# 123infra installer - stable channel.
#
# STUB. The real installer lives in the platform repo at installer/install.sh
# and ships at general availability; this file exists so the one-liner, the
# channel split and the beta download can be exercised end to end before
# then. It installs nothing.
set -eu

echo "123infra installer (stable channel)"
echo
echo "The stable channel has no release yet."
echo
echo "If you are in the private beta, use your own beta link instead:"
echo
echo "  curl -fsSL https://get-beta.123infra.io | sh -s -- --url '<your download URL>'"
echo
echo "Your download URL is on the last page of the beta portal. It is yours"
echo "alone - the archive it fetches carries your name."
exit 0
