Update setup.lua

This commit is contained in:
CadenCoaster
2025-08-05 20:35:43 -07:00
committed by GitHub
parent bf3bc600d6
commit 1f958296ee

View File

@@ -15,6 +15,7 @@ if isYes(read()) then
term.write("pass: ")
local pass = read("*")
if http.checkURL(url) then
settings.set("netmount.url",url)
settings.set("netmount.username",user)
settings.set("netmount.password",pass)
settings.set("netmount.path","/cloud")