From aa318b6e965e1e624ee06a86457aa19e767636ea Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Sun, 20 Jul 2025 15:41:13 +0000 Subject: [PATCH] Update 02-enable_hotspot --- 02-enable_hotspot | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/02-enable_hotspot b/02-enable_hotspot index 2d2e90a..0716c0e 100644 --- a/02-enable_hotspot +++ b/02-enable_hotspot @@ -1,5 +1,9 @@ #!/bin/bash +# === CONFIGURATION === +WIFI_SSID="RaspberryPiMedia" +WIFI_PASSWORD="raspberrymedia" + # Turn Raspberry Pi into Wi-Fi Hotspot for Jellyfin set -e @@ -31,10 +35,10 @@ dhcp-range=192.168.4.2,192.168.4.20,255.255.255.0,24h EOF' echo "=== Configuring hostapd ===" -sudo bash -c 'cat > /etc/hostapd/hostapd.conf < /etc/hostapd/hostapd.conf <