From 69522e61d44bdae66716d055d7960743fbc3aab9 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sat, 29 Jun 2019 08:50:11 -0400 Subject: [PATCH] better info on upgrade --- sys/autorun/welcome.lua | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/sys/autorun/welcome.lua b/sys/autorun/welcome.lua index b8d113b..b7fc3cc 100644 --- a/sys/autorun/welcome.lua +++ b/sys/autorun/welcome.lua @@ -6,13 +6,14 @@ local os = _G.os local shell = _ENV.shell local config = Config.load('os') -if not config.welcomed and shell.openForegroundTab then +if not config.welcomed then config.welcomed = true config.securityUpdate = true config.readNotes = 1 Config.update('os', config) - - shell.openForegroundTab('Welcome') + if shell.openForegroundTab then + shell.openForegroundTab('Welcome') + end end if not config.securityUpdate then @@ -34,9 +35,13 @@ password in System->System->Password. All computers that you connect to will also 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 Anavrins for the much improved security. - ]]) +]]) end if fs.exists('sys/notes_1.txt') and shell.openForegroundTab then