Files
resty_functions/opm_install_require.sh
T
2023-05-07 02:49:52 +08:00

18 lines
222 B
Bash

#!/bin/sh
set -ex
# Print table
opm get DevonStrawn/Penlight
# JWT
opm get SkyLothar/lua-resty-jwt
# Http client
opm get ledgetech/lua-resty-http
# UUID
opm get thibaultcha/lua-resty-jit-uuid
#URI
opm get liyo/neturl