From c59b3d4ba0a0a75b591d44d710f410df0bd07189 Mon Sep 17 00:00:00 2001 From: thehack904 <35552907+thehack904@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:17:53 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 1e96847..354c971 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -70,12 +70,12 @@ Invoke-WebRequest https://github.com/thehack904/RetroIPTVGuide/archive/refs/head #### Interactive install ```bash -curl -sSL https://raw.githubusercontent.com/thehack904/RetroIPTVGuide/refs/heads/dev/retroiptv_rpi.sh | sudo bash -s install +curl -sSL https://raw.githubusercontent.com/thehack904/RetroIPTVGuide/refs/heads/main/retroiptv_rpi.sh | sudo bash -s install ``` #### Unattended / non-interactive ```bash -curl -sSL https://raw.githubusercontent.com/thehack904/RetroIPTVGuide/refs/heads/dev/retroiptv_rpi.sh | sudo bash -s install --yes --agree +curl -sSL https://raw.githubusercontent.com/thehack904/RetroIPTVGuide/refs/heads/main/retroiptv_rpi.sh | sudo bash -s install --yes --agree ``` **What the installer does (Raspberry Pi):**