mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
4d808de579
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
13 lines
307 B
Bash
Executable File
13 lines
307 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
message="$message\n You are 'root' so 'sudo' is not required or supported"
|
|
message="$message\n "
|
|
|
|
echo -e $message
|
|
|
|
exit 1
|