switch checks

This commit is contained in:
Tobias Powalowski 2023-08-02 15:40:42 +02:00
parent 7c7c235f87
commit 08f3d303ea

View file

@ -287,9 +287,9 @@ _new_environment() {
} }
_full_system() { _full_system() {
_full_system_check
_update_installer_check _update_installer_check
touch /.update touch /.update
_full_system_check
_progress "1" "Refreshing pacman package database..." _progress "1" "Refreshing pacman package database..."
pacman -Sy >"${_LOG}" 2>&1 || exit 1 pacman -Sy >"${_LOG}" 2>&1 || exit 1
_PACKAGES="$(pacman -Qqn)" _PACKAGES="$(pacman -Qqn)"