Advertisement
PolskiWisnia

NextUI 1.8 OS Update ENG

Feb 26th, 2020
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.01 KB | None | 0 0
  1. -- Oprogramowanie skladowe/instalator systemow/czesc skladowa stworzonych przez uzytkownika serwisu Discord - Wisnia#5536 --
  2. -- Jesli zaplaciles za to oprogramowanie zostales oszukany. --
  3. -- Zakazuje sie kopiowania oprogramowania bez zgody autora, czerpania korzysci materialnych, podpisywania sie pod oprogramowaniem --
  4. -- Dozwolone jest tworzenie modyfikacji oprogramowania badz jego czesci wylacznie wtedy, gdy widoczna jest informacja o oryginalnym autorze --
  5. -- Kompletna EULA dostepna jest na serwerze Discord: CRfXMXU --
  6. term.clear()
  7. term.setCursorPos(1,1)
  8. print("Updating...")
  9. print("Don't turn off your device!")
  10. shell.run("rm /os/.next")
  11. shell.run("rm /os/.ver")
  12. shell.run("rm /os/.pulpit")
  13. shell.run("rm startup")
  14. shell.run("pastebin get ckkY48iL /os/.next")
  15. shell.run("pastebin get bCbsGEb4 startup")
  16. shell.run("pastebin get FQtPJQMp /os/.pulpit")
  17. shell.run("pastebin get ZV1RFXwz /os/.ver")
  18. shell.run("pastebin get wq3q13UQ /os/.inf")
  19. sleep(0.1)
  20. print("Done!")
  21. print("Rebooting...")
  22. sleep(1)
  23. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement