mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
remove current-dependents, derive instead
remove pointers from current-dependencies remove pointers and system pointers from FE
This commit is contained in:
committed by
Aiden McClelland
parent
8ee64d22b3
commit
e4d283cc99
@@ -76,7 +76,7 @@ export class UpdatesPage {
|
||||
delete this.marketplaceService.updateErrors[id]
|
||||
this.marketplaceService.updateQueue[id] = true
|
||||
|
||||
if (hasCurrentDeps(local)) {
|
||||
if (await hasCurrentDeps(this.patch, local.manifest.id)) {
|
||||
this.dryUpdate(manifest, url)
|
||||
} else {
|
||||
this.update(id, version, url)
|
||||
|
||||
Reference in New Issue
Block a user