Daanos (SecureOs)
Description
Daanos is back! DaanOS Is Fixed!Daanos (SecureOs) is back! With New Functions!Functions:Login Screen With Custom Users!Updater!System FixerInformation:Information:This os is created in computercraft 1...
Installation
Copy one of these commands into your ComputerCraft terminal:
Pastebin:
pastebin get JSbuSUm2 daanos_(secureos)wget:
wget https://pastebin.com/raw/JSbuSUm2 daanos_(secureos)Archive:
wget https://cc.shobie.xyz/cc/get/pb-JSbuSUm2 daanos_(secureos)
Quick Install:
wget https://cc.shobie.xyz/cc/get/pb-JSbuSUm2 Daanos (SecureOs)
Usage
Run the program after downloading
Tags
Source
View Original SourceCode Preview
term.clear()
print("Daanos Disk Instalation")
print("Created By Daantech")
os.sleep( 3 )
term.clear()
print("Be Sure to remove personal disks!")
os.sleep( 3 )
term.clear()
print("Formatting Old Disks...")
shell.run("cd disk")
term.clear()
shell.run("delete *")
term.clear()
shell.run("cd ..")
term.clear()
print("Installing Daanos on the disks...")
disk.setLabel("bottom", "DaanOs")
disk.setLabel("up", "DaanOs")
disk.setLabel("right", "DaanOs")
disk.setLabel("left", "DaanOs")
disk.setLabel("back", "DaanOs")
shell.run("cd disk")
shell.run("pastebin get Mapwdm1b startup")
shell.run("pastebin get Mapwdm1b install")
print("Complete!")
shell.run("cd ..")
disk.eject("bottom")
disk.eject("up")
disk.eject("right")
disk.eject("left")
disk.eject("back")