15 lines
196 B
Bash
15 lines
196 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 |