Airship\Engine\Contract\ContinuumInterface::autoUpdate PHP Method

autoUpdate() public method

1. Check if a new update is available. 2. Download the upload file, store in a temporary file. 3. Verify the signature (via Halite). 4. If all is well, run the update script.
public autoUpdate ( )
    public function autoUpdate();