#!/bin/sh # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) message="$message\n There is no working 'sudo'." message="$message\n " message="$message\n On debian/ubuntu/all general purpose linux distributions 'sudo'" message="$message\n allows a permitted user to execute a command as the superuser" message="$message\n or another user, as specified by the security policy" message="$message\n " message="$message\n With LibreELEC you have root access by default, so you dont need 'sudo'" message="$message\n " echo -e $message exit 1