Files
resty_functions/opm_install_require.sh
T
2023-05-30 10:31:56 +08:00

27 lines
324 B
Bash
Executable File

#!/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
# URL
opm get liyo/neturl
# Other
opm install resty.jit-uuid
opm install lua-resty-http
opm install agentz/lua-resty-http