small fixes

This commit is contained in:
Robert Jelic
2023-05-15 20:38:50 +02:00
parent 35113e2a7d
commit 8689858745
3 changed files with 3180 additions and 11375 deletions

View File

@@ -24,8 +24,8 @@ local function switchPage(id)
end
local function downloadInstaller()
if(fs.exists("installer.lua"))then
local f = fs.open("installer.lua", "r")
if(fs.exists("install.lua"))then
local f = fs.open("install.lua", "r")
if(f~=nil)then
installer = load(f.readAll())()
f.close()