From 341dc984c3f73f91d8144ea046e296ab0c57c3f2 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 8 Jun 2024 21:27:10 +0200 Subject: TLObsd now provides biber --- tlobsd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tlobsd') diff --git a/tlobsd b/tlobsd index 13ac99c..04187ba 100644 --- a/tlobsd +++ b/tlobsd @@ -1,6 +1,6 @@ #!/bin/sh # -# $TeX Live for OpenBSD, 2024/04/27 $ +# $TeX Live for OpenBSD, 2024/06/08 $ cmd=$@ export tlobsd=1 @@ -13,6 +13,7 @@ Known actions to \033[1mtlobsd\033[0m: \033[4mtlmgr\033[0m\t\tThis action accepts the exact same options and arguments as \033[4mtlmgr(1)\033[0m. \033[4mmksymlinks\033[0m\tUpdates all existing links in \033[4m${TLBINPATH}\033[0m \t\tand installs new links. + \033[4mgetbiber\033[0m\tInstalls or updates biber executable for OpenBSD. \033[4mversion\033[0m\tGives version information. " } @@ -31,6 +32,9 @@ elif [[ $1 == "tlmgr" ]];then # symlinks elif [[ $1 == "mksymlinks" ]];then tlobsd-mksymlinks $2 +# getbiber +elif [[ $1 == "getbiber" ]];then + tlobsd-getbiber # version elif [[ $1 == "version" ]];then TL_RELEASE=$(tlmgr version | awk 'FNR == 3 { print $0 }') -- cgit v1.2.3