From c711abc1cfc34b0f10eae2bc88b9e1728f3979fa Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:42:06 +0200 Subject: [PATCH] Update zot-install.sh --- install/zot-install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/install/zot-install.sh b/install/zot-install.sh index 435ef85e..88465f84 100644 --- a/install/zot-install.sh +++ b/install/zot-install.sh @@ -1,9 +1,8 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2025 tteck -# Author: tteck (tteckster) -# License: MIT -# https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE +# Copyright (c) 2021-2025 community-scripts ORG +# Author: MickLesk (CanbiZ) +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -25,7 +24,7 @@ chown root:root /usr/bin/zot mkdir -p /etc/zot curl -fsSL https://raw.githubusercontent.com/project-zot/zot/refs/heads/main/examples/config-ui.json -o /etc/zot/config.json PASSWORD=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c13) -$STD htpasswd -cb -B /etc/zot/htpasswd admin "$PASSWORD" +$STD htpasswd -bnB admin "$PASSWORD" /etc/zot/htpasswd msg_ok "Installed Zot" msg_info "Setup Service"