local m = {} function m.is_installed() if fs.exists(".installed") then return true else return false end end return m