Advertisement
devomaa

OpusX Installer

Mar 6th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. shell.run("wget https://raw.githubusercontent.com/BDragonCC/opusx-installer/master/installer.lua")
  2. shell.run("wget https://raw.githubusercontent.com/BDragonCC/opusx-installer/master/readme.md")
  3. shell.run("wget https://raw.githubusercontent.com/BDragonCC/opusx-installer/master/git")
  4. if fs.exists("/installer.lua") then
  5. shell.run("/installer.lua")
  6. else
  7. fs.move("installer.lua", "/installer.lua")
  8. fs.move("readme.md", "/readme.md")
  9. fs.move("git", "/git")
  10. shell.run("/installer.lua")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement