From 19edc6dc9763fef315117acbdd79ac8532fcc979 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 22 Mar 2026 15:56:21 -0400 Subject: [PATCH] Update welcome screen with recommended packages and correct repository link --- sys/apps/Welcome.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/apps/Welcome.lua b/sys/apps/Welcome.lua index f1a9972..a4ab83f 100644 --- a/sys/apps/Welcome.lua +++ b/sys/apps/Welcome.lua @@ -18,7 +18,11 @@ local passwordIntro = [[A password is required for wireless access. %sLeave blank to skip.]] local packagesIntro = [[Setup Complete -%sOpen the package manager to add software to this computer.]] +%sOpen the package manager to add software to this computer. + +Recommended packages: +%s- RemoteTurtle%s (turtle control + web dashboard) +%s- Inventory Manager%s (storage automation)]] local contributorsIntro = [[Contributors%s Anavrins: Encryption/security/custom apps @@ -28,7 +32,7 @@ LDDestroier: Art design + custom apps Lemmmy: Application improvements %sContribute at:%s -https://github.com/kepler155c/opus]] +https://git.spatulaa.com/MayaTheShy/Opus]] local page = UI.Page { wizard = UI.Wizard {