Update installer.lua

This commit is contained in:
CadenCoaster
2025-10-23 21:27:36 -07:00
committed by GitHub
parent bfe8bddf37
commit d3fd03a069

View File

@@ -14,7 +14,7 @@ local function download_to(url,path)
end
write("Do you want to setup netmount?\n(Y/n) ")
local netmount = read():sub(1,1):lower() == "n"
local netmount = read():sub(1,1):lower() ~= "n"
if netmount then
write("URL: ")