Fix indentation.
parent
2ac6d4aa78
commit
5c99931e7c
|
@ -575,10 +575,10 @@ then
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test -n "${DO_APT_REMOVE}"
|
if test -n "${DO_APT_REMOVE}"
|
||||||
then
|
then
|
||||||
printf '### REMOVING NO LONGER REQUIRED PACKAGES ###\n'
|
printf '### REMOVING NO LONGER REQUIRED PACKAGES ###\n'
|
||||||
DEBIAN_FRONTEND=noninteractive apt autoremove -y
|
DEBIAN_FRONTEND=noninteractive apt autoremove -y
|
||||||
fi
|
fi
|
||||||
if test -n "${UNNEEDED_APT_PACKAGES}"
|
if test -n "${UNNEEDED_APT_PACKAGES}"
|
||||||
then
|
then
|
||||||
printf '### REMOVING UNNEEDED APT PACKAGES ###\n'
|
printf '### REMOVING UNNEEDED APT PACKAGES ###\n'
|
||||||
|
|
Loading…
Reference in New Issue