From 05752fee8528f96db60912fc9004d3bbc087aaa8 Mon Sep 17 00:00:00 2001 From: TheWahlolly Date: Sun, 18 May 2025 21:35:22 +0300 Subject: [PATCH] another issue with WebInstall. --- webinstall.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinstall.lua b/webinstall.lua index 63a4914..8d2f227 100644 --- a/webinstall.lua +++ b/webinstall.lua @@ -12,7 +12,7 @@ for drive in fs.list("/mnt/") do table.insert(drives, drive) end if #drives == 1 and not component.invoke(component.get(drives[1]:sub(1, 3), "filesystem"), "isReadOnly") then - installLocation = drives[1] + installLocation = "/mnt/" .. drives[1] elseif #drives == 1 then io.stderr.write("All drives are read-only.\nHalyde cannot be installed.") else