Advertisement
CharlieWho

Charlie OS 2.0 Installer (Needs Startup)

May 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. term.clear()
  2. print("Installing Charlie OS 2.0...")
  3. textutils.slowPrint("########################################################")
  4. copy disk/* /
  5. print("Completed Install")
  6. os.sleep(5)
  7. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement