Merge pull request #740 from Vexatos/patch-16

Added incredibly important text to oppm.lua
This commit is contained in:
Florian "Sangar" Nücke 2014-12-14 13:25:58 +01:00
commit b1bc3506af

View File

@ -552,7 +552,7 @@ if not result then
error(reason, 0)
end
print("All done! Reboot now? [Y/n]")
print("All done! Please remove the Floppy Disk used for installation! Reboot now? [Y/n]")
local result = io.read()
if not result or result == "" or result:sub(1, 1):lower() == "y" then
print("\nRebooting now!")