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/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/radon.lua")