From d210139de9a93c91b82bb8f4954d26ae90130791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 7 Apr 2025 16:11:54 +0200 Subject: [PATCH] Add note also to cli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- automated install/basic-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index cd423a75..bdbd06f4 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2481,6 +2481,8 @@ main() { printf " %b View the web interface at http://pi.hole:${WEBPORT}/admin or http://%s/admin\\n\\n" "${INFO}" "${IPV4_ADDRESS%/*}:${WEBPORT}" printf " %b Web Interface password: %b%s%b\\n" "${INFO}" "${COL_LIGHT_GREEN}" "${pw}" "${COL_NC}" printf " %b This can be changed using 'pihole setpassword'\\n\\n" "${INFO}" + printf " %b To allow your user to use all CLI functions without authentication, add your user to the 'pihole' group with:\\n" "${INFO}" + printf " sudo usermod -aG pihole \$your_user\\n\\n" # Final dialog message to the user dialog --no-shadow --keep-tite \ @@ -2493,7 +2495,7 @@ main() { \\n \\n \\nTo allow your user to use all CLI functions without authentication,\ -\\nadd your user to the 'pihole' group with something like:\ +\\nadd your user to the 'pihole' group with:\ \\n \\n sudo usermod -aG pihole \$your_user" "${r}" "${c}"