Update install.sh
All checks were successful
Code review / review (pull_request) Successful in 20s

This commit is contained in:
2026-09-12 19:56:47 -04:00
parent 1107712e75
commit ca3f2d15a8

View File

@@ -25,7 +25,7 @@ if [ -f "$EXISTING_CONFIG" ]; then
fi
DEFAULT_SSID="${SAVED_SSID:-$(hostname)}"
DEFAULT_PASSWORD="${SAVED_PASSWORD:-guesswhatitis}"
DEFAULT_PASSWORD="${SAVED_PASSWORD:-abcd1234}"
DEFAULT_CIDR="${SAVED_CIDR:-10.10.10.1/24}"
DEFAULT_DHCP_START_OCTET="${SAVED_DHCP_START_OCTET:-100}"
DEFAULT_DHCP_END_OCTET="${SAVED_DHCP_END_OCTET:-250}"