local i = require("install") if i.is_installed() then http.redirect("/") else http.redirect("/install/first") end