From bba49d9fb2ebe134c95caf1d6a606320555399d0 Mon Sep 17 00:00:00 2001 From: thehack904 <35552907+thehack904@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:03:17 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8926330..b67c31d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -68,8 +68,8 @@ sudo bash ./retroiptv_rpi.sh install #### Automated ```powershell Set-ExecutionPolicy Bypass -Scope Process -Force -Invoke-WebRequest https://raw.githubusercontent.com/thehack904/RetroIPTVGuide/main/retroiptv_windows.ps1 -OutFile retroiptv_windows.ps1 -.\retroiptv_windows.ps1 install +Invoke-WebRequest https://raw.githubusercontent.com/thehack904/RetroIPTVGuide/main/retroiptv_windows.bat -OutFile retroiptv_windows.bat +.\retroiptv_windows.bat install ``` #### Manual @@ -79,7 +79,7 @@ Invoke-WebRequest https://raw.githubusercontent.com/thehack904/RetroIPTVGuide/ma 4. Run: ```powershell Set-ExecutionPolicy Bypass -Scope Process -Force - .\retroiptv_windows.ps1 install + .\retroiptv_windows.bat install ``` ---