Update 2024-12-31 10:47 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-31 10:47:38 +01:00
parent 9ffce7022e
commit 9f55042b33
23 changed files with 369 additions and 499 deletions

View File

@@ -69,7 +69,8 @@ needs() {
|| add="$add $x"
done
[ ! -z "$add" ] \
&& doas pkg_add -- $add
&& doas pkg_add -- $add \
|| true
}
#