From 1f958296eeea9783e96a3216f17fb16c510aa2cb Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:35:43 -0700 Subject: [PATCH] Update setup.lua --- setup.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.lua b/setup.lua index 6a2eff3..95767d8 100644 --- a/setup.lua +++ b/setup.lua @@ -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")