๐ซ Abort/End
Utilities to stop the installation process.
abortโ
Prints an optional message and terminates the installation as failed.
Argument | Description |
---|---|
TEXT | Message to print (multiple allowed) |
abort "There was a problem, stopping installation!"
endโ
Prints an optional message and terminates the installation without a failure alert.
Argument | Description |
---|---|
TEXT | Message to print (multiple allowed) |
end "Nothing to do..."