Advertisement
Sparkybearbomb

Menanism Induction Matrix Monitor Installer

Mar 25th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. --  Induction Storage Monitor Installer
  2. --  by SparkyBearBomb
  3. --
  4. --
  5. -----------------------------------------------
  6. --
  7. -- Induction Storage Monitor Installer - Version History
  8. --
  9. -- Version 1.0 25 Mar 2019
  10. --
  11. --
  12. -----------------------------------------------
  13. local periList = peripheral.getNames()
  14.  
  15. update = "Sv1TNJGM"
  16. monitor = "germKycw"
  17.  
  18. shell.run("delete update")
  19. shell.run("delete startup")
  20. shell.run("pastebin get "..update.." update")
  21. shell.run("pastebin get "..monitor.." startup")
  22. os.sleep(0.5)
  23. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement