remove empty space

This commit is contained in:
Tobias Powalowski 2022-10-08 18:55:56 +02:00
parent ae44866cec
commit 6fda2b6c17

View file

@ -150,7 +150,7 @@ if [[ "${_FULL_SYSTEM}" == "1" && ! -e "/.full-system" && ! -e "/var/cache/pacma
echo -e "\033[1mInitializing full Arch Linux system ...\033[0m" echo -e "\033[1mInitializing full Arch Linux system ...\033[0m"
echo -e "\033[1mStep 1/2:\033[0m Reinstalling installed packages and adding man-pages for Arch Linux full system ..." echo -e "\033[1mStep 1/2:\033[0m Reinstalling installed packages and adding man-pages for Arch Linux full system ..."
echo " This will need some time ..." echo " This will need some time ..."
pacman -Qqn | grep -v archboot | pacman -Sy --noconfirm man-db man-pages - >/dev/tty7 2>&1 || exit 1 pacman -Qqn | grep -v archboot | pacman -Sy --noconfirm man-db man-pages - >/dev/tty7 2>&1 || exit 1
echo -e "\033[1mStep 2/2:\033[0m Cleanup package cache ..." echo -e "\033[1mStep 2/2:\033[0m Cleanup package cache ..."
rm /var/cache/pacman/pkg/* rm /var/cache/pacman/pkg/*
echo -e "\033[1mFinished. Your full Arch Linux system is ready now.\033[0m" echo -e "\033[1mFinished. Your full Arch Linux system is ready now.\033[0m"