installer icon indicating copy to clipboard operation
installer copied to clipboard

Fixed an Issue Regarding PHP Version Requirements In The Installer

Open Daniel434 opened this issue 10 months ago • 1 comments

It seems that one of the PHP packages didn't specify a version in the install script. I updated this to follow the same version of PHP that the other PHP dependencies are being installed with.

Also noticed that there wasn't any handling for Rasbian 11 in the uninstall script. I updated this as well since this is the version I am using.

Tested this by running an install using a local copy of the install script on a Desktop running Rasbian 11 using the force-yes option and the install succeeded without intervention. Also ran the uninstall script and observed the environment being detected and the defined PHP package being removed.

Daniel434 avatar Feb 17 '25 19:02 Daniel434

Ill review this and get merged in asap.

Eric Davisson Developer Mudpi https://mudpi.app God Bless

On Mon, Feb 17, 2025 at 1:32 PM Daniel434 @.***> wrote:

It seems that one of the PHP packages didn't specify a version in the install script. I updated this to follow the same version of PHP that the other PHP dependencies are being installed with.

Also noticed that there wasn't any handling for Rasbian 11 in the uninstall script. I updated this as well since this is the version I am using.

Tested this by running an install using a local copy of the install script on a Desktop running Rasbian 11 using the force-yes option and the install succeeded without intervention. Also ran the uninstall script and observed the environment being detected and the defined PHP package being removed.

You can view, comment on, or merge this pull request online at:

https://github.com/mudpi/installer/pull/15 Commit Summary

File Changes

(2 files https://github.com/mudpi/installer/pull/15/files)

Patch Links:

  • https://github.com/mudpi/installer/pull/15.patch
  • https://github.com/mudpi/installer/pull/15.diff

— Reply to this email directly, view it on GitHub https://github.com/mudpi/installer/pull/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNTLKM7OZHJ66MRV4MCCXD2QI2LBAVCNFSM6AAAAABXKBBVO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2TQNRVGE4DSNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

olixr avatar Feb 17 '25 21:02 olixr