final update till i have a semi functional phone ecosystem?
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user