move touch before funciton

This commit is contained in:
Tobias Powalowski 2023-08-04 09:20:22 +02:00
parent fc471a52c9
commit 86b2294b98

View file

@ -35,7 +35,6 @@ _prepare_graphic() {
pacman -Syu ${_IGNORE} --noconfirm &>"${_LOG}"
[[ ! -e "/.full_system" ]] && _cleanup_install
rm /.archboot) &
touch /.archboot
_progress_wait "3" "10" "Updating environment to latest packages..." "5"
# check for qxl module
if grep -q qxl /proc/modules; then