1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-01 23:57:05 +00:00

Added some packages needed for installation

This commit is contained in:
AiutoPcAmico 2023-12-29 14:23:41 +01:00
parent 8531b63c25
commit f899a09fe2

View File

@ -4,11 +4,21 @@
source setup/functions.sh # load our functions
# START AiutoPcAmico modification
# installing required packages
echo "Installing required packages: curl nano lsb-release locales"
apt_install curl nano lsb-release locales
# END AiutoPcAmico modification
# Check system setup: Are we running as root on Ubuntu 18.04 on a
# machine with enough memory? Is /tmp mounted with exec.
# If not, this shows an error and exits.
source setup/preflight.sh
# Ensure Python reads/writes files in UTF-8. If the machine
# triggers some other locale in Python, like ASCII encoding,
# Python may not be able to read/write files. This is also