Skip to content

Commit

Permalink
fix(just): remind user to run dx-group (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jul 23, 2024
1 parent 2d3aa95 commit c2bf774
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c2bf774

Please sign in to comment.