mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 17:28:52 -04:00
Update oppm.lua
This commit is contained in:
parent
b6d6c5cde6
commit
8eaeb46a0f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user