From 71c65a3f6a166e59f9ea9e1edcf4ab532dc90fb9 Mon Sep 17 00:00:00 2001 From: The Nostrus Dominion Date: Fri, 12 Apr 2024 08:18:27 -0400 Subject: [PATCH] Update distribution/debian/install.sh Didn't even see this. Co-authored-by: Stevie Robinson --- distribution/debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/debian/install.sh b/distribution/debian/install.sh index 58428bf5d..7b69580fc 100644 --- a/distribution/debian/install.sh +++ b/distribution/debian/install.sh @@ -123,7 +123,7 @@ echo -e "${brown}[${app^}]${reset} will be installed to ${brown}[$bindir]${reset echo "" echo -e "${brown}${app^}${reset} will run as the user ${brown}[$app_uid]${reset} and group ${brown}[$app_guid]${reset}." echo "" -echo -e " By continuing, you ${red}CONFIRM${reset} that that ${brown}[$app_uid]${reset} and ${brown}[$app_guid]${reset}" +echo -e " By continuing, you ${red}CONFIRM${reset} that user ${brown}[$app_uid]${reset} and group ${brown}[$app_guid]${reset}" echo -e " will have both ${red}READ${reset} and ${red}WRITE${reset} access to all required directories." # User confirmation for installation to continue.