URLS in this post are all modified to allow the post to publish.
Trying to get the application installed on AWS Ubuntu 24.04. Should work. However I try the following commands and it tells me it will not run on my version.
Command:
curl -s https : // mailinabox.email/setup.sh | sudo bash
Results:
This script may be used only on a machine running Ubuntu 14.04, 18.04, or 22.04.
Command:
curl -s https : // mailinabox.email/setup.sh | sudo -E bash
Results:
This script may be used only on a machine running Ubuntu 14.04, 18.04, or 22.04.
So I try installing with Git:
Commands:
git clone https : // github . com / mail-in-a-box / mailinabox (it downloads)
git checkout v70 (it switches)
sudo setup/start.sh
Results:
Mail-in-a-Box only supports being installed on Ubuntu 22.04, sorry. You are running:
No LSB modules are available.
Ubuntu 24.04.1 LTS
We can’t write scripts that run on every possible setup, sorry.
Command:
cat /etc/os-release
Results:
PRETTY_NAME=“Ubuntu 24.04.1 LTS”
NAME=“Ubuntu”
VERSION_ID=“24.04”
VERSION=“24.04.1 LTS (Noble Numbat)”
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL=“deleted per forum posting policy”
SUPPORT_URL=“deleted per forum posting policy”
BUG_REPORT_URL=“deleted per forum posting policy”
PRIVACY_POLICY_URL=“deleted per forum posting policy”
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
What stands out is that I am on Ubuntu version 24.01.1
Also that No LSB Packages exists. I have attempted to install LSB packages without luck.
Any advice on how I can move forward and install this on an AWS EC2 Ubuntu instance?