From 16546ba20a95cdb797fcbfefbc6e2821fb0a9356 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:34:18 +0200 Subject: [PATCH] Update zot-install.sh --- install/zot-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/zot-install.sh b/install/zot-install.sh index eff66ee6..435ef85e 100644 --- a/install/zot-install.sh +++ b/install/zot-install.sh @@ -13,6 +13,10 @@ setting_up_container network_check update_os +msg_info "Installing Dependencies" +$STD apt-get install -y apache2-utils +msg_ok "Installed Dependencies" + msg_info "Installing Zot" RELEASE=$(curl -fsSL https://api.github.com/repos/project-zot/zot/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') curl -fsSL "https://github.com/project-zot/zot/releases/download/${RELEASE}/zot-linux-amd64" -o /usr/bin/zot