remove clear

This commit is contained in:
Tobias Powalowski 2022-06-02 16:25:21 +02:00
parent 84cedb6317
commit d6f0556bdf

View file

@ -136,7 +136,6 @@ _zram_initialize() {
# only run next step om tty1
cat << EOF > /etc/profile.d/zz-01-archboot.sh
if [[ "\$(tty)" == "$(tty)" ]]; then
clear
update-installer.sh ${_RUN_OPTION}
fi
EOF