mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 02:47:46 +00:00
fix: add back missing ujust completions (#605)
This commit is contained in:
6
files/scripts/createjustcompletions.sh
Normal file
6
files/scripts/createjustcompletions.sh
Normal 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
|
||||||
@@ -8,3 +8,4 @@ scripts:
|
|||||||
- removesuid.sh
|
- removesuid.sh
|
||||||
- disablegeoclue.sh
|
- disablegeoclue.sh
|
||||||
- enablesecurebluefirstrun.sh
|
- enablesecurebluefirstrun.sh
|
||||||
|
- createjustcompletions.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user