Below you will find all the commands required for the minimal or maximal installation.
Minimal installation (no MySQL, no email)
bash
sudo apt-get update
sudo apt-get install -y \
bash \
rsync \
cifs-utils \
coreutils \
gawk \
findutils \
zip \
sed \
grep \
iputils-ping
Complete installation (for use of all features)
bash
sudo apt-get update
sudo apt-get install -y \
bash \
rsync \
cifs-utils \
coreutils \
gawk \
findutils \
zip \
sed \
grep \
iputils-ping \
mysql-client \
msmtp \
msmtp-mta \
ca-certificates