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"