Update installer.lua

This commit is contained in:
CadenCoaster
2025-10-23 21:28:24 -07:00
committed by GitHub
parent d3fd03a069
commit 9475f2d98d

View File

@@ -23,6 +23,7 @@ if netmount then
settings.set("netmount.username", read())
write("Password: ")
settings.set("netmount.password", read("\7"))
settings.set("netmount.path", "cloud")
settings.save()
end