fix: add back missing ujust completions (#605)

This commit is contained in:
RoyalOughtness
2024-11-22 11:32:14 -08:00
committed by GitHub
parent 261936654f
commit a3b90c83fd
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
just --completions bash | sed -E 's/([\(_" ])just/\1ujust/g' > /usr/share/bash-completion/completions/ujust

View File

@@ -8,3 +8,4 @@ scripts:
- removesuid.sh
- disablegeoclue.sh
- enablesecurebluefirstrun.sh
- createjustcompletions.sh