SHOW:
|
|
- or go back to the newest paste.
| 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() |