Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --============================================================================================================================
- --// Desc: This script is here so the manifest can use the most current manifest code from github so I dont have to keep
- --// updating this paste when I want to make changes.
- --// Date: 2/15/25
- --============================================================================================================================
- --paste: mupdPpSt
- term.clear()
- term.setCursorPos(1,1)
- shell.setAlias("getgit","os/cmds/getgit.lua")
- shell.run("getgit get LeJuiceBOX/cct-computeros/refs/heads/main/installer/manifest.lua temp_manifest.lua")
- os.sleep(0.25)
- shell.run("temp_manifest.lua")
- fs.delete("temp_manifest.lua")
- term.clear()
Advertisement
Add Comment
Please, Sign In to add comment