View difference between Paste ID: A4XZzyiT and m4t3fTXs
SHOW: | | - or go back to the newest paste.
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("Trwa aktualizacja...")
9
print("Nie wylaczaj urzadzenia!")
10
11-
shell.run("rm /os/.ver")
11+
shell.run("pastebin get b18gdXZq /update/.next")
12
shell.run("pastebin get bCbsGEb4 /update/startup")
13
shell.run("pastebin get KCNCwuj3 /update/.pulpit")
14-
shell.run("pastebin get xagX33Z7 /os/.next")
14+
shell.run("pastebin get PfAWshRt /update/desktop")
15-
shell.run("pastebin get bCbsGEb4 startup")
15+
16-
shell.run("pastebin get FQtPJQMp /os/.pulpit")
16+
17-
shell.run("pastebin get ZV1RFXwz /os/.ver")
17+
18-
shell.run("pastebin get wq3q13UQ /os/.inf")
18+
shell.run("rm /os/desktop")
19
fs.copy("/update/.next", "/os/.next")
20
fs.copy("/update/startup", "startup")
21
fs.copy("/update/.pulpit", "/os/.pulpit")
22
fs.copy("/update/desktop", "/os/desktop")
23
sleep(0.1)
24
print("Gotowe!")
25
print("Ponowne uruchamianie...")
26
sleep(1)
27
os.reboot()