Cleanup output
This commit is contained in:
parent
68d1160c03
commit
f3c853c64a
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ if [[ $type == 'archlinux' ]]; then
|
||||||
# Clear pacman cache
|
# Clear pacman cache
|
||||||
printf "\e[1;34m-->\e[0m\e[1m Clearing pacman cache\e[0m\n"
|
printf "\e[1;34m-->\e[0m\e[1m Clearing pacman cache\e[0m\n"
|
||||||
arch-chroot $workdir pacman -Scc <<< Y <<< Y
|
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
|
# Remove subvolumes created by systemd
|
||||||
[[ -d $workdir/var/lib/portables ]] &&
|
[[ -d $workdir/var/lib/portables ]] &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue