Fix to drop using official word

This commit is contained in:
iliajie
2023-07-22 22:20:47 +03:00
parent d384e696f7
commit ff42c66129

View File

@@ -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