Advertisement
alexhorner

OpenBox Installer

Jun 19th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. --OpenBox ComputerCraft OS Installer by DevelopedLogic
  2.  
  3. print("Welcome to the OpenBox OS installer. This installer downloads the latest version of OpenBox and installs all the files in the correct place.")
  4.  
  5. if "terminal" ~= "colour" then --TODO
  6.     print("OpenBox requires a colour computer.")
  7.     exit()
  8. end
  9.  
  10. print("To confirm you want to install OpenBox on this computer, please type 'instopen'. Typing anything else will cancel the installation")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement