Advertisement
Guest User

installer

a guest
Aug 29th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. term.setBackgroundColor(colors.green)
  2. term.clear()
  3. print("Installation....")
  4. shell.run("pastebin get TnndTJQg startup")
  5. shell.run("pastebin get PsTZ7Qni .menu")
  6. print("Installation termine !")
  7. sleep(3)
  8. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement