View difference between Paste ID: WCdpCaEm and ntSVBj0v
SHOW: | | - or go back to the newest paste.
1-
--pastebin get ntSVBj0v installer
1+
--pastebin run WCdpCaEm
2-
--then run 'installer'
2+
--installing: NhUI v0.4u (for Basic and Advanced PCs/Monitors)
3-
--installing: NhUI v0.3 (for Advanced PCs/Monitors)
3+
4
print("Removing all previous NhUI files...")
5
shell.run("delete","uninstaller")
6
shell.run("pastebin","get","PNvB0uw4","uninstaller") --v0.2a+
7
shell.run("uninstaller")
8-
shell.run("pastebin","get","ESzyZbz8","deskloading") --v0.3a
8+
print("Starting NhUI v0.4u installation...")
9-
shell.run("pastebin","get","3CVX5cPE","desktop") --v0.3a
9+
shell.run("pastebin","get","fGbMtuXU","desktop") --v0.4u
10-
shell.run("pastebin","get","1jXfyG4M","passwordsetup") --v0.3a+
10+
11
shell.run("pastebin","get","PNvB0uw4","uninstaller") --v0.2a+
12
term.clear()
13
term.setCursorPos(1,1)
14
sleep(.1)
15
16
shell.run("rename","desktop","startup")
17-
shell.run("rename","deskloading","startup")
17+
print("NhUI v0.4u installed successfully.")
18-
print("NhUI v0.3a installed successfully.")
18+
19
term.write("Rebooting to finalize install")
20
textutils.slowPrint("...",2.5)
21
sleep(.1)
22
term.clear()
23
sleep(.3)
24
os.reboot()