From 69f06ad6ecdd288c676740b81d9db26fb26aa27b Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Fri, 5 Jan 2024 23:33:43 +0900 Subject: [PATCH] updated InputGroup prompt. --- install-scripts/InputGroup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/InputGroup.sh b/install-scripts/InputGroup.sh index 0633997..7b4b837 100755 --- a/install-scripts/InputGroup.sh +++ b/install-scripts/InputGroup.sh @@ -16,7 +16,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" LOG="Install-Logs/install-$(date +%d-%H%M%S)_input.log" while true; do - echo "${WARN} This script will add or remove your user from the 'input' group." + echo "${WARN} This script will add your user to the 'input' group." echo "${NOTE} Please note that adding yourself to the 'input' group might be necessary for waybar keyboard-state functionality." read -p "${YELLOW}Do you want to proceed? (y/n): ${RESET}" choice