Skip to content

Commit

Permalink
Remove all just --unstable references (except ujust)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Jan 4, 2024
1 parent bd11f3b commit 299ed11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set allow-duplicate-recipes := true
set ignore-comments := true

_default:
@just --unstable --list --list-heading $'Available commands:\n' --list-prefix $' - '
@just --list --list-heading $'Available commands:\n' --list-prefix $' - '

# Boot into this device's BIOS/UEFI screen
bios:
Expand Down
2 changes: 0 additions & 2 deletions build/ublue-os-just/ublue-os-just.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
alias just="just --unstable"

# Add uBlue's justfiles to users with home directories which lack a justfile.

if [ ! -z "$HOME" ] && [ -d "$HOME" ] && [ ! -f "${HOME}/.justfile" ]; then
Expand Down

0 comments on commit 299ed11

Please sign in to comment.