diff --git a/bin/admin/install-ttyrec.sh b/bin/admin/install-ttyrec.sh index 993bad9..3fa6233 100755 --- a/bin/admin/install-ttyrec.sh +++ b/bin/admin/install-ttyrec.sh @@ -196,6 +196,11 @@ if [ "$OS_FAMILY" != "Linux" ]; then exit 1 fi +if [ "$OS_FAMILY" != "Linux" ]; then + echo "Sorry, your OS ($(uname -s)) is not supported." >&2 + exit 1 +fi + while getopts :sdrah arg; do case "$arg" in s) action_static; exit 0;;