Advertisement
King0fGamesYami

installer

Aug 24th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local response = http.get( "https://raw.githubusercontent.com/KingofGamesYami/testOS/master/installer.lua" )
  2. if response then
  3.     local install, err = loadstring( response.readAll() )
  4.     if not install then error( err ) end
  5.     install()
  6. else
  7.     error( "Connection to github failed!", 0 )
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement