Advertisement
PolskiWisnia

MineCore Update

Jan 26th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.36 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. os.pullEvent = os.pullEventRaw
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. print("Aktualizuje system MineCore Mint")
  10. term.setCursorPos(1,2)
  11. print("Pobieranie pliku startup")
  12. term.setCursorPos(1,3)
  13. shell.run("rm startup")
  14. shell.run("pastebin get yyJvjrXh startup")
  15. term.setCursorPos(1,2)
  16. print("Pobieranie pliku /os/.menu")
  17. term.setCursorPos(1,3)
  18. shell.run("rm /os/.menu")
  19. shell.run("pastebin get j72RFQdq /os/.menu")
  20. term.setCursorPos(1,2)
  21. print("Pobieranie pliku /os/.informacje")
  22. term.setCursorPos(1,3)
  23. shell.run("rm /os/.informacje")
  24. shell.run("pastebin get wD4dcxpD /os/.informacje")
  25. term.setCursorPos(1,2)
  26. print("Pobieranie pliku /os/.pulpit")
  27. shell.run("pastebin get HmtPqKt7 /os/.pulpit")
  28. term.setCursorPos(1,3)
  29. term.clear()
  30. print("Aktualizacja przebiegla pomyslnie.")
  31. print("Komputer uruchomi sie ponownie")
  32. sleep(2)
  33. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement