Merge pull request #671 from Vexatos/patch-13

Update oppm.lua again.
This commit is contained in:
Florian "Sangar" Nücke 2014-11-14 15:01:30 +01:00
commit 27df8d2505

View File

@ -544,7 +544,7 @@ while not choice do
end
candidates = nil
print("Installing OpenOS to device " .. (choice.getLabel() or choice.address))
print("Installing OPPM to device " .. (choice.getLabel() or choice.address))
os.sleep(0.25)
local mnt = choice.address:sub(1, 3)
local result, reason = shell.execute("oppm", nil, "install", "-f", "oppm", "/mnt/" .. mnt .. "/usr/", "--iKnowWhatIAmDoing")