final update till i have a semi functional phone ecosystem?

This commit is contained in:
2026-01-02 12:10:41 -08:00
parent d9158c25cf
commit 8957ef89e4
4 changed files with 12 additions and 11 deletions

View File

@@ -22,11 +22,11 @@ local filesystem = {
"libs/windows.lua",
"libs/deflate.lua",
"libs/persistent-storage.lua",
"apps/org.ruffles.launcher",
},
dirs = {
"global-libraries",
"apps-meta",
"apps",
},
}for _,i in ipairs(filesystem.dirs) do
print("making dir",i)
@@ -37,6 +37,6 @@ for _,i in ipairs(filesystem.files) do
end
shell.run("wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua -f /global-libraries/basalt.lua")
dofile("/startup/01_repo.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")