Fix for SQL Lite install

Temp Fix for Files installer being removed
This commit is contained in:
TheFlyingFool 2024-06-23 14:53:04 -05:00
parent 4ce0d70259
commit bd8e3d9865

View File

@ -151,7 +151,8 @@ do {
InstallTheApps $Apps
Invoke-WebRequest https://cdn.files.community/files/download/Files.Stable.exe -OutFile $HOME/Downloads/Files.Stable.exe
& "$HOME/Downloads/Files.Stable.exe"
Remove-Item "$HOME/Downloads/Files.Stable.exe"
## Didn't wait until finished to try and remove needs troubleshooting
# Remove-Item "$HOME/Downloads/Files.Stable.exe"
}
"2" {