From caa840ce251c2c867883ad117f2c4801848f22e9 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 18 Sep 2026 16:39:53 +0100 Subject: Run the Landscape status check with sudo --- scripts/canonical.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/canonical.py b/scripts/canonical.py index 6fd83d6..7e6565f 100644 --- a/scripts/canonical.py +++ b/scripts/canonical.py @@ -101,8 +101,8 @@ def check(lab: bool = False) -> None: ["systemctl", "is-active", unit] for unit in ["display-manager", "snapd", "apparmor"] ], - ["nix", "store", "ping", "--store", "daemon"], - *([] if lab else [["landscape-config", "--actively-registered"]]), + ["nix", "store", "info", "--store", "daemon"], + *([] if lab else [["sudo", "landscape-config", "--actively-registered"]]), ["snap", "connections", "thunderbird"], ["snap", "list", *packages("snap")], ["gnome-extensions", "list", "--enabled"], -- cgit v1.3.1