mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #10096 from chewitt/sudo
busybox: unbrand and simplify the sudo warning
This commit is contained in:
commit
26c9dad474
@ -2,14 +2,9 @@
|
||||
|
||||
# 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 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 You are 'root' so 'sudo' is not required or supported"
|
||||
message="$message\n "
|
||||
|
||||
echo -e $message
|
||||
|
Loading…
x
Reference in New Issue
Block a user