mirror of
https://github.com/kepler155c/opus
synced 2025-01-03 20:30:28 +00:00
better info on upgrade
This commit is contained in:
parent
5283de18ed
commit
69522e61d4
@ -6,13 +6,14 @@ local os = _G.os
|
|||||||
local shell = _ENV.shell
|
local shell = _ENV.shell
|
||||||
|
|
||||||
local config = Config.load('os')
|
local config = Config.load('os')
|
||||||
if not config.welcomed and shell.openForegroundTab then
|
if not config.welcomed then
|
||||||
config.welcomed = true
|
config.welcomed = true
|
||||||
config.securityUpdate = true
|
config.securityUpdate = true
|
||||||
config.readNotes = 1
|
config.readNotes = 1
|
||||||
Config.update('os', config)
|
Config.update('os', config)
|
||||||
|
if shell.openForegroundTab then
|
||||||
shell.openForegroundTab('Welcome')
|
shell.openForegroundTab('Welcome')
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if not config.securityUpdate then
|
if not config.securityUpdate then
|
||||||
@ -34,9 +35,13 @@ password in System->System->Password.
|
|||||||
All computers that you connect to will also
|
All computers that you connect to will also
|
||||||
need to be updated as well.
|
need to be updated as well.
|
||||||
|
|
||||||
|
Also, I have changed the location for apis.
|
||||||
|
This will require you to update all installed
|
||||||
|
packages. Sorry !
|
||||||
|
|
||||||
Thanks for your patience. And... thanks to
|
Thanks for your patience. And... thanks to
|
||||||
Anavrins for the much improved security.
|
Anavrins for the much improved security.
|
||||||
]])
|
]])
|
||||||
end
|
end
|
||||||
|
|
||||||
if fs.exists('sys/notes_1.txt') and shell.openForegroundTab then
|
if fs.exists('sys/notes_1.txt') and shell.openForegroundTab then
|
||||||
|
Loading…
Reference in New Issue
Block a user