Skip to content

Commit

Permalink
Update bluefin-system.just
Browse files Browse the repository at this point in the history
move from bluefin-cli to aurora-cli just command. Also fix some generic text that was still referencing Bluefin
  • Loading branch information
inffy authored Dec 17, 2024
1 parent a9dc18b commit 5c409c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ benchmark:
@echo 'Running a 1 minute benchmark ...'
stress-ng --matrix 0 -t 1m --times

# Configure Bluefin-CLI Terminal Experience with Brew
# Configure Aurora-CLI Terminal Experience with Brew
[group('System')]
bluefin-cli:
aurora-cli:
@/usr/libexec/ublue-bling.sh

# alias for toggle-devmode
devmode:
@ujust toggle-devmode

# Toggle between Bluefin and the Developer Experience
# Toggle between Aurora and the Developer Experience
[group('System')]
toggle-devmode:
#!/usr/bin/env bash
source /usr/lib/ujust/ujust.sh
CURRENT_IMAGE=$(rpm-ostree status -b --json | jq -r '.deployments[0]."container-image-reference"')
if grep -q "/var/ublue-os/image" <<< $CURRENT_IMAGE ; then
cat <<EOF
Before we can switch to the Bluefin Developer Experience
Before we can switch to the Aurora Developer Experience
the current system needs an update. Please run 'ujust update'
and reboot your system when the update is finished
EOF
Expand Down

0 comments on commit 5c409c2

Please sign in to comment.