Cleanup output

This commit is contained in:
Dennis ten Hoove 2023-12-09 04:06:26 +01:00
parent 68d1160c03
commit f3c853c64a

View file

@ -140,6 +140,8 @@ if [[ $type == 'archlinux' ]]; then
# Clear pacman cache
printf "\e[1;34m-->\e[0m\e[1m Clearing pacman cache\e[0m\n"
arch-chroot $workdir pacman -Scc <<< Y <<< Y
# Insert a new line to clean, the previous command fails to do so
printf '\n'
# Remove subvolumes created by systemd
[[ -d $workdir/var/lib/portables ]] &&