From 7519a0893b4110c4e64c6483873af86e4f8bd1b2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:06:05 +0200 Subject: [PATCH] Update hanko-install.sh --- install/hanko-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/hanko-install.sh b/install/hanko-install.sh index cbf4ba67..cc54f32f 100644 --- a/install/hanko-install.sh +++ b/install/hanko-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y yq +$STD apt install -y yq msg_ok "Installed Dependencies" PG_VERSION="16" install_postgresql