1
if fs.exists("radon.lua") then
2
-- Just gonna hope its installed to root dir...
3
shell.run("rm", "radon.lua")
4
end
5
shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/config.lua")
6
shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/eventHooks.lua")
7
shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/products.lua")
8
shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/CardLayout.lua")
9
shell.run("wget", "https://gist.githubusercontent.com/Allymonies/5b79b5236903af11f74da7d515fe4aca/raw/radon.lua")