term.clear()term.setCursorPos(1,1)term.setTextColor(colors.white)iffs.exists("/system/skel/README.txt")thenshell.run("copy","/system/skel/README.txt","/home")elseprint("[ERROR] Unable to find README.txt...")endprint("Welcome to the setup!")sleep(3)shell.run("/system/desktop.lua")