#!/bin/sh # Gysga host agent installer. # curl -fsSL https://get.gysga.com | sh # # Hosting is not open yet. This script will install the agent once it is. set -eu echo "Gysga host agent is not available yet." echo "Hosting opens soon: https://gysga.com/#earn" exit 1