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")