added repository managment app
This commit is contained in:
3
scan.lua
3
scan.lua
@@ -83,7 +83,8 @@ 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")]]
|
||||
local outfile = fs.open("install.lua","w")
|
||||
outfile.write(firstpart..textdata..secondpart)
|
||||
outfile.close()
|
||||
Reference in New Issue
Block a user