Changed apt parameters

This commit is contained in:
DyonR 2020-08-30 03:41:49 +02:00
parent ef3773228f
commit 74bcb8af6c

View File

@ -19,9 +19,9 @@ if [[ $INSTALL_PYTHON3 == "yes" ]]; then
if [ ! -e /usr/bin/python3 ]; then
echo "[INFO] Python3 not yet installed, installing..." | ts '%Y-%m-%d %H:%M:%.S'
apt -qq update \
&& apt -qq install python3 \
&& apt -y install python3 \
&& apt-get clean \
&& apt -qq autoremove \
&& apt -y autoremove \
&& rm -rf \
/var/lib/apt/lists/* \
/tmp/* \