Update setup.lua

This commit is contained in:
CadenCoaster
2025-08-06 11:39:08 -07:00
committed by GitHub
parent f2b8b2c6b8
commit 9331440403

View File

@@ -45,7 +45,7 @@ if netmount then
local file = fs.open("/startup/-01_mount.lua","w")
local filedata = http.get(url.."/mount.lua").readAll()
if mbs then
filedata:gsub('shell%.run%("shell"%)','shell.run("/startup/00_mbs.lua")')
filedata = filedata:gsub('shell%.run%("shell"%)','shell.run("/startup/00_mbs.lua")')
end
file.write(filedata)
file.close()