Show mDNS hostname alongside IP in RPi scripts
- flash-stock-img.sh: Show stegasoo.local URL and SSH command - setup.sh: Display both .local and IP URLs - first-boot-wizard.sh: Prioritize .local URL, IP as fallback - Clean up service file path display 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -316,7 +316,11 @@ echo " User: $PI_USER"
|
||||
echo " SSH: enabled"
|
||||
echo " WiFi: $WIFI_SSID"
|
||||
echo
|
||||
echo "Insert into Pi and boot. Find it with: ping $PI_HOSTNAME.local"
|
||||
echo "Insert into Pi and boot. Access via:"
|
||||
echo " mDNS: http://$PI_HOSTNAME.local"
|
||||
echo " Find IP: ping $PI_HOSTNAME.local"
|
||||
echo
|
||||
echo "Once booted, SSH with: ssh $PI_USER@$PI_HOSTNAME.local"
|
||||
|
||||
# If we resized, remind about pull-image.sh
|
||||
if [[ ! "$resize_confirm" =~ ^[Nn]$ ]]; then
|
||||
|
||||
Reference in New Issue
Block a user