mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
mplace service install refactor
This commit is contained in:
committed by
Drew Ansbacher
parent
e3b002f2dd
commit
0e82825da1
@@ -77,10 +77,9 @@ export class WizardBaker {
|
||||
verb: 'beginning update for',
|
||||
title,
|
||||
executeAction: () =>
|
||||
this.embassyApi.installPackage({
|
||||
this.marketplaceService.installPackage({
|
||||
id,
|
||||
'version-spec': version ? `=${version}` : undefined,
|
||||
'marketplace-url': this.marketplaceService.marketplaceUrl,
|
||||
}),
|
||||
},
|
||||
},
|
||||
@@ -203,10 +202,9 @@ export class WizardBaker {
|
||||
verb: 'beginning downgrade for',
|
||||
title,
|
||||
executeAction: () =>
|
||||
this.embassyApi.installPackage({
|
||||
this.marketplaceService.installPackage({
|
||||
id,
|
||||
'version-spec': version ? `=${version}` : undefined,
|
||||
'marketplace-url': this.marketplaceService.marketplaceUrl,
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user