Skip to content

Commit fdeee58

Browse files
authored
Missing install_yum_deps in install_luajwt_var
Missing install_yum_deps in install_luajwt_var causes compilation failure on RHEL/CentOS.
1 parent 6da8a63 commit fdeee58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ if $install_luajwt_var; then
175175
# Install Lua JWT
176176
if ! $lua_installed; then
177177
if $rhel_based; then
178-
download_and_install_lua=(download_rhel_lua build_lua install_rhel_lua)
178+
download_and_install_lua=(install_yum_deps download_rhel_lua build_lua install_rhel_lua)
179179
elif $debian_based; then
180180
download_and_install_lua=(install_deb_lua)
181181
fi

0 commit comments

Comments
 (0)