Update installer.lua
This commit is contained in:
@@ -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: ")
|
||||
|
||||
Reference in New Issue
Block a user