From d84adf5427a9b8ac2d48d480b73a956fffbd6de8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 10 Apr 2022 16:00:22 +0200 Subject: [PATCH 1/2] Reword sudo comment --- buster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buster b/buster index 72dfb3d..a72c49f 100755 --- a/buster +++ b/buster @@ -229,7 +229,7 @@ function check_assertions() fi # Assert we're root - [[ "$(id -u)" == "0" ]] || die "This script must be run as root. On most setups, typing 'sudo -i' can be used to become root." + [[ "$(id -u)" == "0" ]] || die "This script must be run as root. On most setups, the command 'sudo -i' can be run first to become root." # Assert systemd is installed command -v systemctl > /dev/null || die "YunoHost requires systemd to be installed." From b52668af6e8e88de938588e6eb351e6c0c00e703 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 10 Apr 2022 16:01:46 +0200 Subject: [PATCH 2/2] Reword sudo comment --- bullseye | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye b/bullseye index 48be868..ee8d562 100755 --- a/bullseye +++ b/bullseye @@ -232,7 +232,7 @@ function check_assertions() fi # Assert we're root - [[ "$(id -u)" == "0" ]] || die "This script must be run as root. On most setups, typing 'sudo -i' can be used to become root." + [[ "$(id -u)" == "0" ]] || die "This script must be run as root. On most setups, the command 'sudo -i' can be run first to become root." # Assert systemd is installed command -v systemctl > /dev/null || die "YunoHost requires systemd to be installed."