mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
Added some packages needed for installation
This commit is contained in:
parent
8531b63c25
commit
f899a09fe2
@ -4,11 +4,21 @@
|
|||||||
|
|
||||||
source setup/functions.sh # load our functions
|
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
|
# Check system setup: Are we running as root on Ubuntu 18.04 on a
|
||||||
# machine with enough memory? Is /tmp mounted with exec.
|
# machine with enough memory? Is /tmp mounted with exec.
|
||||||
# If not, this shows an error and exits.
|
# If not, this shows an error and exits.
|
||||||
source setup/preflight.sh
|
source setup/preflight.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Ensure Python reads/writes files in UTF-8. If the machine
|
# Ensure Python reads/writes files in UTF-8. If the machine
|
||||||
# triggers some other locale in Python, like ASCII encoding,
|
# triggers some other locale in Python, like ASCII encoding,
|
||||||
# Python may not be able to read/write files. This is also
|
# Python may not be able to read/write files. This is also
|
||||||
|
Loading…
Reference in New Issue
Block a user