mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
auto check for update on init
This commit is contained in:
committed by
Aiden McClelland
parent
792a5cc429
commit
0c7eae7333
@@ -106,6 +106,7 @@ export class ServerModel {
|
||||
ssh: [],
|
||||
notifications: [],
|
||||
welcomeAck: true,
|
||||
autoCheckUpdates: true,
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -124,6 +125,7 @@ export interface S9Server {
|
||||
ssh: SSHFingerprint[]
|
||||
notifications: S9Notification[]
|
||||
welcomeAck: boolean
|
||||
autoCheckUpdates: boolean
|
||||
}
|
||||
|
||||
export interface S9Notification {
|
||||
|
||||
Reference in New Issue
Block a user