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

# This script is exposed via: curl -L https://umbrel.sh | bash
# Which resolves to this file in the master branch of this repo

cat << "EOF"

                ,;###GGGGGGGGGGl#Sp
             ,##GGGlW""^'  '`""%GGGG#S,
           ,#GGG"                  "lGG#o
          #GGl^                      '$GG#
        ,#GGb         umbrelOS         \GGG,
        lGG"                            "GGG
       #GGGlGGGl##p,,p##lGGl##p,,p###ll##GGGG
      !GGGlW"""*GGGGGGG#""""WlGGGGG#W""*WGGGGS
       ""          "^          '"          ""

--------------------------------------------------------------------------
|                                                                        |
|  With the release of umbrelOS 1.0, umbrelOS now needs to be installed  |
|  directly as the operating system on your device's internal storage,   |
|  not on top of an existing OS like Debian or Ubuntu. Check out our     |
|  step-by-step guide at https://link.umbrel.com/install-umbrelos        |
|                                                                        |
--------------------------------------------------------------------------

EOF
