From 5e7e69f0d81dffeb0edbc5ce38a1c47b6404f068 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 14 Dec 2023 12:58:17 +0800 Subject: [PATCH] update grub known_output --- src/pacroller/known_output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pacroller/known_output.py b/src/pacroller/known_output.py index 348208b..e5b113e 100644 --- a/src/pacroller/known_output.py +++ b/src/pacroller/known_output.py @@ -101,8 +101,8 @@ KNOWN_PACKAGE_OUTPUT = { {'action': ['upgrade'], 'regex': r' to install it to the MBR or UEFI\. Due to potential configuration'}, {'action': ['upgrade'], 'regex': r' incompatibilities, it is advised to run both, installation and generation'}, {'action': ['upgrade'], 'regex': r' of configuration:'}, - {'action': ['upgrade'], 'regex': r' \$ grub-install \.\.\.'}, - {'action': ['upgrade'], 'regex': r' \$ grub-mkconfig -o /boot/grub/grub\.cfg'}, + {'action': ['upgrade'], 'regex': r' # grub-install \.\.\.'}, + {'action': ['upgrade'], 'regex': r' # grub-mkconfig -o /boot/grub/grub\.cfg'}, ], 'nvidia-utils': [ {'action': ['upgrade'], 'regex': r'If you run into trouble with CUDA not being available, run nvidia-modprobe first\.'},