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
|
|
|
|
|
|
2023-05-30 10:31:42 +08:00
|
|
|
# URL
|
|
|
|
|
opm get liyo/neturl
|
|
|
|
|
|
|
|
|
|
# Other
|
|
|
|
|
opm install resty.jit-uuid
|
|
|
|
|
|
|
|
|
|
opm install lua-resty-http
|
|
|
|
|
|
|
|
|
|
opm install agentz/lua-resty-http
|
|
|
|
|
|