We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da8a63 commit fdeee58Copy full SHA for fdeee58
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