NoahOS V1.0 ( i need help )

Started by Noah, Oct 05, 2023, 07:08 AM

Previous topic - Next topic

Noah

Hello i recently made this os NoahOS
i need help please help me here da installer script :
term.setBackgroundColor(colors.purple)
shell.run("clear")
print("Warning : This OS cannot be unistalled by force. You need to use unistall in the os to unistall it.")
read()
-- OS Folder
fs.makeDir("noahos")
fs.makeDir("noahos/sys")
fs.makeDir("noahos/apps")
-- User Folder
fs.makeDir("usr")
fs.makeDir("usr/Desktop")
fs.makeDir("usr/Document")
fs.makeDir("usr/Scripts")
-- Downloads Files
-- OS Files
shell.run("pastebin get yb3yyCt7 noahos/kernel.lua")
shell.run("pastebin get Va1Dbzh8 noahos/home.lua")
shell.run("pastebin get UUN6JLSV noahos/startup")
shell.run("noahos/kernel.lua")
MUST RUN THE SCRIPT IN ROOT

Noah

Quick ALERT : Im actually rewriting the full code of it. Im adding group policy user login and more be ready.