From b85d0d56291e5bde1c0404aa217abfd1264b6231 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 17 Mar 2026 13:27:48 +0100 Subject: [PATCH] install local upgrade --- install-local.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-local.ps1 b/install-local.ps1 index 39804b3..f21cef2 100644 --- a/install-local.ps1 +++ b/install-local.ps1 @@ -78,7 +78,7 @@ switch ($options[$selectedIndex]) { Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Creative-Crafter/SOLAR/main/main.py" -OutFile "C:\solar\main.py" - Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Creative-Crafter/SOLAR/main/skills.py" -OutFile "C:\solar\skills.py" + Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Creative-Crafter/SOLAR/main/solar_local/skills.py" -OutFile "C:\solar\skills.py" Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Creative-Crafter/SOLAR/main/requirements.txt" -OutFile "C:\solar\requirements.txt"