Le_JuiceBOX

Installer

Feb 15th, 2025 (edited)
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.87 KB | None | 0 0
  1. --============================================================================================================================
  2. --// Desc: This script is here so the installer can use the most current installer 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: qt30y8cE
  7.  
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. if fs.exists("os/cmds/getgit.lua") then fs.delete("os/cmds/getgit.lua") end
  11. shell.run("pastebin get Y1TpxWrH os/cmds/getgit.lua")
  12. shell.setAlias("getgit","os/cmds/getgit.lua")
  13. shell.run("getgit temp_installer.lua LeJuiceBOX/cct-computeros/refs/heads/main/installer/install.lua")
  14. os.sleep(0.25)
  15. shell.run("temp_installer.lua")
  16. fs.delete("temp_installer.lua")
  17. term.clear()
Advertisement
Add Comment
Please, Sign In to add comment