Advertisement
Andy73

planet garden universal

Mar 22nd, 2023 (edited)
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local h = _HOST:lower()
  2. local t = ""
  3. if h:find "craftos.pc" and not jit then
  4.     t = "-min"
  5. end
  6.  
  7. return shell.run("wget run https://cc.viluon.me/planet-garden" .. t .. "-latest")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement