Skip to content

community/nextcloud: fix occ for php8 execution

Zach DeCook requested to merge earboxer1/aports:nextcloud-occ into master

Nextcloud 22 requires php8 (running it with php7 fails). php8 in alpine doesn't provide /usr/bin/env php.

This change makes the occ binary be run with php8 instead of php7 which the upstream occ shebang #!/usr/bin/env php would try to execute on alpine.

Edited by Zach DeCook

Merge request reports