local h = http.get("http://s.mort.coffee/mortcc/install.lua") local f = fs.open("tmp", "w") f.write(h.readAll()) f.close() shell.run("tmp") fs.delete("tmp")