mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
commit
27df8d2505
@ -544,7 +544,7 @@ while not choice do
|
|||||||
end
|
end
|
||||||
candidates = nil
|
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)
|
os.sleep(0.25)
|
||||||
local mnt = choice.address:sub(1, 3)
|
local mnt = choice.address:sub(1, 3)
|
||||||
local result, reason = shell.execute("oppm", nil, "install", "-f", "oppm", "/mnt/" .. mnt .. "/usr/", "--iKnowWhatIAmDoing")
|
local result, reason = shell.execute("oppm", nil, "install", "-f", "oppm", "/mnt/" .. mnt .. "/usr/", "--iKnowWhatIAmDoing")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user