Update oppm.lua

This commit is contained in:
Vexatos 2015-04-15 21:23:49 +02:00
parent b6d6c5cde6
commit 8eaeb46a0f

View File

@ -575,7 +575,7 @@ if options.iKnowWhatIAmDoing then
printUsage()
return
end
return
return true
end
--Very much not stolen from Sangar's install.lua
@ -631,6 +631,10 @@ if not result then
error(reason, 0)
end
if not reason then
return
end
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