Added incredibly important text to oppm.lua

This commit is contained in:
Vexatos 2014-12-14 13:23:05 +01:00
parent 3ca6bc28f6
commit af13d5dc8b

View File

@ -552,7 +552,7 @@ if not result then
error(reason, 0) error(reason, 0)
end 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() local result = io.read()
if not result or result == "" or result:sub(1, 1):lower() == "y" then if not result or result == "" or result:sub(1, 1):lower() == "y" then
print("\nRebooting now!") print("\nRebooting now!")