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

@ -141,7 +141,7 @@ do {
@{name = 'PointPlanck.FileBot'},
@{name = 'qBittorrent.qBittorrent'},
@{name = 'Sinew.Enpass'}, # Temp until everything moved to bitwarden
@{name = 'SQLite.SQLite '},
@{name = 'SQLite.SQLite'},
@{name = 'sqlitestudio.pl.SQLiteStudio'},
@{name = 'TorProject.TorBrowser'},
@{name = 'VideoLAN.VLC'},
@ -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" {