ddavness / power-mailinabox

A Mail-in-a-Box with extra capabilities and more customizability. Not just for power users!
Creative Commons Zero v1.0 Universal
168 stars 31 forks source link

Installer script fails with Debian 12 #135

Open cmonty14 opened 7 months ago

cmonty14 commented 7 months ago

Hi, I want to deploy power-mailinabox on Debian 12. However the installer script fails with this info:

This script must be run on a system running one of the following OS-es:
* Debian 11 (bullseye)
* Ubuntu 20.04 LTS (Focal Fossa)
* Ubuntu 22.04 LTS (Jammy Jellyfish)

Can you please advise how to install power-mailinabox on Debian 12?

THX

PyroniaDE commented 7 months ago

Hi, first of all: This isn't a new issue. Please use https://github.com/ddavness/power-mailinabox/issues/128.

To answer your concrete question: --> power-mailinabox/setup /bootstrap.sh https://github.com/ddavness/power-mailinabox/blob/197aa5fdaa7c5c2ca223dbfe78517868d28f3b2f/setup/bootstrap.sh#L35C2-L37C63 copy or add Debian 12 near line 35

But that is only the first step. You have to make all further changes (like php8.2) by hand.

Good luck.