11 lines
261 B
Plaintext
Raw Normal View History

#!/usr/bin/with-contenv sh
# Make sure to have a defined set of PHP binaries,
# regardless of how the package maintainer(s) named those.
2023-06-13 16:22:04 -04:00
rm -f /usr/bin/php
2025-01-05 10:17:04 -05:00
ln -s /usr/bin/php83 /usr/bin/php
2017-10-05 12:27:55 +02:00
2023-06-13 16:22:04 -04:00
rm -f /usr/sbin/php-fpm
2025-01-05 10:17:04 -05:00
ln -s /usr/sbin/php-fpm83 /usr/sbin/php-fpm