mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
config actions and eos version marketplace
This commit is contained in:
committed by
Aiden McClelland
parent
54a65e465a
commit
bb72bdb9d1
@@ -115,7 +115,9 @@ export class StartupAlertsService {
|
||||
// ** check **
|
||||
|
||||
private async osUpdateCheck (): Promise<RR.GetMarketplaceEOSRes | undefined> {
|
||||
const res = await this.api.getEos({ })
|
||||
const res = await this.api.getEos({
|
||||
'eos-version': this.config.version,
|
||||
})
|
||||
|
||||
if (this.emver.compare(this.config.version, res.version) === -1) {
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user