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

chore: move aurora-cli to shared ublue-bling script #105

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions build_files/base/18-workarounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ if [[ -f /usr/bin/ld.bfd ]]; then
ln -sf /usr/bin/ld.bfd /etc/alternatives/ld && ln -sf /etc/alternatives/ld /usr/bin/ld
fi

# Current aurora systems have the bling.sh and bling.fish in their default locations
mkdir -p /usr/share/ublue-os/aurora-cli
cp /usr/share/ublue-os/bling/* /usr/share/ublue-os/aurora-cli

## Pins and Overrides
## Use this section to pin packages in order to avoid regressions
# Remember to leave a note with rationale/link to issue for each pin!
Expand Down
2 changes: 1 addition & 1 deletion just/aurora-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ benchmark:
# Configure Aurora-CLI Terminal Experience with Brew
[group('System')]
aurora-cli:
@/usr/libexec/ublue-bling.sh
@/usr/libexec/ublue-bling

# alias for toggle-devmode
devmode:
Expand Down
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"tailscale",
"tmux",
"usbmuxd",
"ublue-bling",
"wireguard-tools",
"xprop",
"wl-clipboard",
Expand Down
3 changes: 3 additions & 0 deletions system_files/shared/etc/ublue-os/bling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bling-cli-name": "aurora-cli"
}
169 changes: 0 additions & 169 deletions system_files/shared/usr/libexec/ublue-bling.sh

This file was deleted.

22 changes: 0 additions & 22 deletions system_files/shared/usr/share/ublue-os/aurora-cli/bling.fish

This file was deleted.

33 changes: 0 additions & 33 deletions system_files/shared/usr/share/ublue-os/aurora-cli/bling.sh

This file was deleted.

Loading