Files
resty_functions/opm_install_require.sh
T

18 lines
222 B
Bash
Raw Normal View History

2022-08-25 17:27:08 +08:00
#!/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
2023-05-07 02:49:52 +08:00
opm get thibaultcha/lua-resty-jit-uuid
#URI
opm get liyo/neturl