Commit 4a027b0d authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/automation-script.sh: Fix a bug.

parent 01cba070
......@@ -33,8 +33,9 @@ apt -y install ${APT_UTILITY_PACKAGES}
apt -y install ${APT_SPECIFIC_PACKAGES}
# our own packages
wget ${MCA_PACKAGE_URL}
whet ${FLUENTBIT_PACKAGE_URL}
apt -y install ./${MCA_PACKAGE_FILE} ./${FLUENTBIT_PACKAGE_FILE}
wget ${FLUENTBIT_PACKAGE_URL}
apt -y install ./${MCA_PACKAGE_FILE}
apt -y install ./${FLUENTBIT_PACKAGE_FILE}
# temporary: while the fluent-bit packages does not come with its own template file "etc/flb.conf.in"
cat > ${FLB_CONF_PATH}flb.conf.in << "EOF"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment