Advertisement
promitheus_sal

PCCPKG Installer

Dec 6th, 2022 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. print("PCCPKG INSTALLER")
  2. print("Fetching from pastebin and installing...")
  3. fs.makeDir("/pccpkg")
  4. shell.setPath(shell.path()..':/pccpkg')
  5. local f = io.open("startup.lua","a")
  6. f:write("\nshell.setPath(shell.path()..':/pccpkg')")
  7. f:flush()
  8. f:close()
  9. shell.run("pastebin get VT8EJ1xP /pccpkg/pccpkg.lua")
  10. shell.run("pastebin get vFrBuAeg /pccpkg/pastebinlib.lua")
  11. shell.run("/pccpkg/pccpkg install pastebinlib")
  12. print("DONE!")
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement