Fix indentation.

pull/20/head
Pavel Mironchik 2019-05-17 13:21:01 +06:00
parent 2ac6d4aa78
commit 5c99931e7c
1 changed files with 3 additions and 3 deletions

View File

@ -575,10 +575,10 @@ then
fi
done
if test -n "${DO_APT_REMOVE}"
then
then
printf '### REMOVING NO LONGER REQUIRED PACKAGES ###\n'
DEBIAN_FRONTEND=noninteractive apt autoremove -y
fi
DEBIAN_FRONTEND=noninteractive apt autoremove -y
fi
if test -n "${UNNEEDED_APT_PACKAGES}"
then
printf '### REMOVING UNNEEDED APT PACKAGES ###\n'