From f1fd969c613dbff1e853566a7a4ab651d1bd0618 Mon Sep 17 00:00:00 2001 From: Vexatos Date: Fri, 14 Nov 2014 13:33:10 +0100 Subject: [PATCH] Update oppm.lua again. Blame @rmellema. --- src/main/resources/assets/opencomputers/loot/OPPM/oppm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/opencomputers/loot/OPPM/oppm.lua b/src/main/resources/assets/opencomputers/loot/OPPM/oppm.lua index f83a5b5bc..7d344e658 100644 --- a/src/main/resources/assets/opencomputers/loot/OPPM/oppm.lua +++ b/src/main/resources/assets/opencomputers/loot/OPPM/oppm.lua @@ -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")