mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-06 03:20:36 +00:00
move clear after filter message
This commit is contained in:
parent
15418d0ed5
commit
bd259495e4
@ -278,10 +278,10 @@ install_base() {
|
||||
done
|
||||
echo " " >> /mnt/.base
|
||||
fi
|
||||
clear
|
||||
echo "" > /tmp/.desktop
|
||||
filter_packages
|
||||
check_for_error "packages to install: $(cat /mnt/.base | tr '\n' ' ')"
|
||||
clear
|
||||
basestrap ${MOUNTPOINT} $(cat /mnt/.base) 2>$ERR
|
||||
check_for_error "install basepkgs" $? || return 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user