mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
install lastest version when recovering service
This commit is contained in:
committed by
Aiden McClelland
parent
9e29f0fd34
commit
77753d9afa
@@ -124,7 +124,7 @@ export class AppListPage {
|
||||
async install (pkg: RecoveredInfo): Promise<void> {
|
||||
pkg.installing = true
|
||||
try {
|
||||
await this.api.installPackage({ id: pkg.id, version: pkg.version })
|
||||
await this.api.installPackage({ id: pkg.id, version: undefined })
|
||||
} catch (e) {
|
||||
this.errToast.present(e)
|
||||
pkg.installing = false
|
||||
|
||||
Reference in New Issue
Block a user