Update setup.lua

This commit is contained in:
CadenCoaster
2025-08-05 20:32:52 -07:00
committed by GitHub
parent e505617291
commit bf3bc600d6

View File

@@ -18,6 +18,7 @@ if isYes(read()) then
settings.set("netmount.username",user)
settings.set("netmount.password",pass)
settings.set("netmount.path","/cloud")
settings.save()
fs.makeDir("/startup")
local file = fs.open("/startup/-01_mount.lua","w")
file.write(http.get(url.."/mount.lua").readAll())