From 7c4b8cea68636d5f56a0a2741565c4684302cc03 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 4 Sep 2024 12:05:30 +0200 Subject: [PATCH] Update 0.2.8.md --- documentation/docs/changelog/0.2.8.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/changelog/0.2.8.md b/documentation/docs/changelog/0.2.8.md index 9a7e0fda..6f54d8b3 100644 --- a/documentation/docs/changelog/0.2.8.md +++ b/documentation/docs/changelog/0.2.8.md @@ -25,6 +25,8 @@ Not yet released. - Fixed bug with `opencli ssl-hostname` refusing to generate ssl if admin service is failed. - Fixed bug with `opencli php-ioncube` command not extracting files. - Fixed bug with Sentinel service displaying false-positive for domains that use Cloudflare proxy on AlmaLinux when dig (bind-utils package) is not installed. +- Fixed bug with install script and error `The command could not be located because '/usr/local/bin' is not included in the PATH environment variable.` on Ubuntu22. +- Fixed bug with install script and error `tput: No value for $TERM and no -T specified` on Ubuntu22. ### 💅 Polish - Administrators can now specify the PHP extensions to be installed automatically when a user installs a PHP version by editing [the `/etc/openpanel/php/extensions.txt` file](https://github.com/stefanpejcic/openpanel-configuration/blob/main/php/extensions.txt).