added repository managment app

This commit is contained in:
2026-01-02 14:35:01 -08:00
parent a8cefff50b
commit b4bc19d850
3 changed files with 19 additions and 2 deletions

View File

@@ -39,4 +39,5 @@ end
shell.run("wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua -f /global-libraries/basalt.lua")
shell.run("/startup/01_repo.lua")
repo.installApp("https://git.cadencoaster.com/Rivulet/ccphone/raw/branch/main/default_apps/Launcher.app")
repo.installApp("https://git.cadencoaster.com/Rivulet/ccphone/raw/branch/main/default_apps/Software.app")
repo.installApp("https://git.cadencoaster.com/Rivulet/ccphone/raw/branch/main/default_apps/Software.app")
repo.installApp("https://git.cadencoaster.com/Rivulet/ccphone/raw/branch/main/default_apps/Repos.app")