1
0

install local upgrade

This commit is contained in:
matt
2026-03-17 13:27:48 +01:00
parent c90cda0dfb
commit b85d0d5629

View File

@@ -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"