#!/bin/sh
MSG="
It looks like you're familiar with Raspbian, or following a Raspbian tutorial.

OSMC is a media center operating system, and as such, we do things a little differently.

You should find all the options to configure your Raspberry Pi under My OSMC. If anything is
missing or you have any questions, let us know at https://discourse.osmc.tv
"
echo "$MSG"
