From 4a5086b37851f508da3bfd2e75cf4b8105ab4032 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Sat, 30 Aug 2025 22:44:29 +0000 Subject: [PATCH] improve: clarify CIDR notation requirement in installer IP prompt addresses #392 - make it clear that static IP should include CIDR notation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f5c82c3af..4e6a96979 100755 --- a/install.sh +++ b/install.sh @@ -496,7 +496,7 @@ create_lxc_container() { storage=${storage:-$DEFAULT_STORAGE} fi - safe_read_with_default "Static IP (leave empty for DHCP): " static_ip "" + safe_read_with_default "Static IP with CIDR (e.g. 192.168.1.100/24, leave empty for DHCP): " static_ip "" # If static IP is provided, we need gateway if [[ -n "$static_ip" ]]; then