Nextcloud 11.0.0 >> 11.0.2

When attempted from the webUI, it hangs at the end of the download. When run from the CLI is below. Any ideas?

sudo -u (obscured) php updater.phar
Nextcloud Updater - version: 1.0.2

Current version is 11.0.0.

Update to Nextcloud 11.0.2 available. (channel: “stable”)
Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-11.0.2.zip

Steps that will be executed:
[Γ£ö] Check for expected files
[Γ£ö] Check for write permissions
[Γ£ö] Enable maintenance mode
[Γ£ö] Create backup
[Γ£ö] Downloading
[ ] Extracting
[ ] Replace entry points
[ ] Delete old files
[ ] Move new files in place
[ ] Done

Continue update? [y/N]

[RuntimeException]
Aborted

update

X-Powered-By: PHP/5.6.29
Content-type: text/html; charset=UTF-8

I’m not sure if this part of the updater should be run from command line. If you have terminal access, you might try the manual way (delete all code, only keep data and config folder, place new code from archive and run php occ upgrade).

so get the code from: https://nextcloud.com/install/#instructions-server and re-run the setup?

Yes, try that

got it sorted. Had to give the user wheel (sudo) access. then simply ran the php occ upgrade again, and this time it worked. All good now thanks!