Leon_Lejon

CC OS 2 OS/setup

Jun 6th, 2024 (edited)
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. settings.clear()
  2. settings.define("firststart", {
  3.     description = "If the os is being started for the first time",
  4.     default = 1,
  5.     type = number,
  6. })
  7. settings.set("firststart", 1)
  8. settings.save()
  9. os.reboot()
Add Comment
Please, Sign In to add comment