Le_JuiceBOX

Manifest

Feb 15th, 2025 (edited)
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. --============================================================================================================================
  2. --// Desc: This script is here so the manifest can use the most current manifest code from github so I dont have to keep
  3. --//       updating this paste when I want to make changes.
  4. --// Date: 2/15/25
  5. --============================================================================================================================
  6. --paste: mupdPpSt
  7.  
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. shell.setAlias("getgit","os/cmds/getgit.lua")
  11. shell.run("getgit get LeJuiceBOX/cct-computeros/refs/heads/main/installer/manifest.lua temp_manifest.lua")
  12. os.sleep(0.25)
  13. shell.run("temp_manifest.lua")
  14. fs.delete("temp_manifest.lua")
  15. term.clear()
Advertisement
Add Comment
Please, Sign In to add comment