diff --git a/install/hanko-install.sh b/install/hanko-install.sh index cc54f32f..b68f4cfd 100644 --- a/install/hanko-install.sh +++ b/install/hanko-install.sh @@ -14,7 +14,8 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt install -y yq +curl -sSL https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 \ + -o /usr/local/bin/yq && chmod +x /usr/local/bin/yq msg_ok "Installed Dependencies" PG_VERSION="16" install_postgresql