From fa59674e1ae0ff0f16fd3b3011a9e60829df5fd1 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 26 Mar 2026 17:32:10 +0600 Subject: [PATCH] Fixed database check command --- source/ubinstall-gtk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk.h b/source/ubinstall-gtk.h index a6aace0..21ee8a5 100755 --- a/source/ubinstall-gtk.h +++ b/source/ubinstall-gtk.h @@ -145,7 +145,7 @@ layout && /description:/ {\ \" | sort -u\ " -#define yon_check_database_command "pacman -Sqs >/dev/null" +#define yon_check_database_command "pacman -Syy >/dev/null" #define internet_tomezone_check_command "curl -s ipinfo.io/timezone" #define ubinstall_dry_run_command "ubinstall --dry-run"