From ff42c6612934fe4f9bdb95671456ef4de5517209 Mon Sep 17 00:00:00 2001 From: iliajie Date: Sat, 22 Jul 2023 22:20:47 +0300 Subject: [PATCH] Fix to drop using `official` word --- setup-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-repos.sh b/setup-repos.sh index 607cc94b9..c26f86a47 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 official repository? (y/N) " + printf "Setup Webmin repository? (y/N) " read -r sslyn if [ "$sslyn" != "y" ] && [ "$sslyn" != "Y" ]; then exit