From e6b08d7d169a8abfbbea1142050098118d43fb1e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:09:02 +0200 Subject: [PATCH] other yq --- install/hanko-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/hanko-install.sh b/install/hanko-install.sh index cc54f32fb..b68f4cfd0 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