From d38f26a04876e243885f20526c889cbf41c5e359 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 21 Jul 2024 16:19:57 -0400 Subject: [PATCH] fix(just): remind user to run dx-group This will remind users to add themselves to the right groups when they turn on devmode. Fixes #1501 --- just/bluefin-system.just | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/just/bluefin-system.just b/just/bluefin-system.just index e04fc963199..84c419bb4db 100644 --- a/just/bluefin-system.just +++ b/just/bluefin-system.just @@ -37,8 +37,8 @@ devmode: then echo "" echo "Before we can switch to the Bluefin Developer Experience" - echo "the current system needs an update. Please run 'just update'" - echo "and reboot your system when the update is finished." + echo "the current system needs an update. Please run 'ujust update'" + echo "and reboot your system when the update is finished" exit fi if grep -q "dx" <<< $CURRENT_IMAGE @@ -63,6 +63,8 @@ devmode: NEW_IMAGE=$(echo $CURRENT_IMAGE | sed "s/aurora/aurora-dx/") fi rpm-ostree rebase $NEW_IMAGE + echo "" + echo "Use `ujust dx-group` to add your user to the correct groups and complete the installation" fi elif [ "$OPTION" = "Disable" ] then