From f37dbd4c3d8570ee49f4430abc098eeb03a6700c Mon Sep 17 00:00:00 2001 From: iliajie Date: Sat, 22 Jul 2023 22:22:54 +0300 Subject: [PATCH] Fix to simplify wording --- setup-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-repos.sh b/setup-repos.sh index c26f86a47..e66da36b4 100755 --- a/setup-repos.sh +++ b/setup-repos.sh @@ -92,7 +92,7 @@ fi # Ask first if [ "$1" != "-f" ] && [ "$1" != "--force" ]; then - printf "Setup Webmin repository? (y/N) " + printf "Setup repository? (y/N) " read -r sslyn if [ "$sslyn" != "y" ] && [ "$sslyn" != "Y" ]; then exit