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