We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da8a63 + fdeee58 commit 971b83dCopy full SHA for 971b83d
install.sh
@@ -175,7 +175,7 @@ if $install_luajwt_var; then
175
# Install Lua JWT
176
if ! $lua_installed; then
177
if $rhel_based; then
178
- download_and_install_lua=(download_rhel_lua build_lua install_rhel_lua)
+ download_and_install_lua=(install_yum_deps download_rhel_lua build_lua install_rhel_lua)
179
elif $debian_based; then
180
download_and_install_lua=(install_deb_lua)
181
fi
0 commit comments