Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(just): remind user to run dx-group #1524

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading