27 lines
324 B
Bash
Executable File
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
|
|
|