Guest User

setup

a guest
Jun 6th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  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