Skip to content

Commit 971b83d

Browse files
authored
Merge pull request #4 from x86txt/master
Missing install_yum_deps in install_luajwt_var
2 parents 6da8a63 + fdeee58 commit 971b83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
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)