diff --git a/README.md b/README.md index e81ed0a..1243c8a 100644 --- a/README.md +++ b/README.md @@ -231,12 +231,12 @@ The backend server provides: One-line install for Raspberry Pi: ```bash -curl -sSL https://raw.githubusercontent.com/k0cjh/openhamclock/main/scripts/setup-pi.sh | bash +curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-pi.sh | bash ``` Or with kiosk mode (auto-starts fullscreen on boot): ```bash -curl -sSL https://raw.githubusercontent.com/k0cjh/openhamclock/main/scripts/setup-pi.sh | bash -s -- --kiosk +curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-pi.sh | bash -s -- --kiosk ``` After installation: diff --git a/scripts/setup-pi.sh b/scripts/setup-pi.sh index 776cf31..d3ab463 100644 --- a/scripts/setup-pi.sh +++ b/scripts/setup-pi.sh @@ -140,7 +140,7 @@ setup_repository() { git pull else echo "Cloning repository..." - git clone https://github.com/k0cjh/openhamclock.git "$INSTALL_DIR" + git clone https://github.com/accius/openhamclock.git "$INSTALL_DIR" cd "$INSTALL_DIR" fi