php8: adapt test.sh for upcoming opkg -> apk transition
authorMichael Heimpold <[email protected]>
Tue, 13 May 2025 05:33:11 +0000 (07:33 +0200)
committerMichael Heimpold <[email protected]>
Sat, 17 May 2025 15:25:18 +0000 (17:25 +0200)
commitf21bc7f170da725285a9d017b98c8da8869ec327
tree002db0c2de39f37c34622694af0d2e11f6a62e92
parent8d999cfc5056fddda2a91222e6b877a4b8c43cd8
php8: adapt test.sh for upcoming opkg -> apk transition

We used to rely on opkg to install the CLI tool for testing
PHP modules, but when opkg is not available anymore, we have to
use apk. The (simple) switch logic assumes, that only one
of both package manager tools is installed.

Signed-off-by: Michael Heimpold <[email protected]>
lang/php8/test.sh