Advertisement
Guest User

startup

a guest
Jul 16th, 2018
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. term.setBackgroundColor(colors.purple)
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("Install AptOS? Ctrl+T to terminate")
  5. sleep(1)
  6. while true do
  7.  input = read()
  8.  if input == "yes"
  9.  then
  10.  shell.run("rom/programs/http/pastebin get sNq3QuEV startup")
  11.  shell.run("rom/programs/http/pastebin get z1DbCD0P os/Aptos")
  12.  shell.run("rom/programs/http/pastebin get YQ54bV0z back")
  13.  shell.run("rom/programs/http/pastebin get G83HD37n os/console")
  14.  disk.eject("bottom")
  15.  os.reboot()
  16.  end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement