scmcgowen/

install_radon.lua

710 Bytes 20 25 days ago
if fs.exists("radon.lua") then -- Just gonna hope its installed to root dir... shell.run("rm", "radon.lua") end shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/config.lua") shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/eventHooks.lua") shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/products.lua") shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/CardLayout.lua") shell.run("wget", "https://gist.githubusercontent.com/scmcgowen/fe9fa0673b8dd1b034739abbfa931cf8/raw/radon.lua")