mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Add nightly warning
This commit is contained in:
@ -93,6 +93,8 @@ fi
|
||||
|
||||
# Ask first
|
||||
if [ "$1" != "-f" ] && [ "$1" != "--force" ]; then
|
||||
printf "\e[47;1;31;82mNightly builds are experimental and unstable versions used for testing\nand development purposes, may have critical bugs and breaking changes!\e[0m\n"
|
||||
|
||||
printf "Setup development repository? (y/N) "
|
||||
read -r sslyn
|
||||
if [ "$sslyn" != "y" ] && [ "$sslyn" != "Y" ]; then
|
||||
|
Reference in New Issue
Block a user