From 0f3e8edfc8e91daec0fdfd58cd89200fd2f9ffea Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Wed, 7 Jul 2021 00:30:32 +0200 Subject: [PATCH] [fix] Change comment --- buster | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buster b/buster index 4c84441..14cbea3 100755 --- a/buster +++ b/buster @@ -228,11 +228,10 @@ function check_assertions() fi fi - # Assert we're 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 we're root + # Check PATH var [[ "$PATH" == *"/sbin"* ]] || die "Your environment PATH variable must contains /sbin directory." # Assert systemd is installed