Advertisement
Guest User

installdaanos.txt

a guest
May 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. print("DaanOs Installation")
  2. textutils.slowPrint("Setting up installer....",20)
  3. term.setBackgroundColor(colors.yellow)
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. textutils.slowPrint("Daanos Installer Set up!",20)
  7. term.clear()
  8.  
  9. textutils.slowPrint("deleting old os/ files...")
  10. fs.delete("startup")
  11. fs.delete("reboot")
  12. fs.delete("shutdown")
  13.  
  14. textutils.slowPrint("Downloading files...")
  15.  
  16.  
  17. shell.run("pastebin", "get", "mZGPEubA", "startup")
  18. shell.run("pastebin", "get", "BGX5Qg0q", "reboot")
  19. shell.run("pastebin", "get", "G6YBNNHr", "shutdown")
  20. textutils.slowPrint("daanos will be started in",20)
  21. textutils.slowPrint("3",20)
  22. textutils.slowPrint("2",20)
  23. textutils.slowPrint("1",20)
  24. textutils.slowPrint("go",20)
  25. shell.run("startup")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement