Update 2023-12-24 17:35 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-12-24 17:35:07 +01:00
parent a0b32efe60
commit 7e9a9e039c
5 changed files with 130 additions and 76 deletions

View File

@@ -83,6 +83,7 @@ case $1 in
install) _install; ;;
reinstall) _reinstall; ;;
clean) _clean; ;;
realclean) _realclean; ;;
makesum) _makesum; ;;
remakesum) _remakesum; ;;
update-go) _update-go; ;;