From 48e39d5a0bc8a9d422a4e0a50c4a71b43a9d9db0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:18:59 +0200 Subject: [PATCH] test --- install/debian-install.sh | 2 +- misc/create_lxc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/debian-install.sh b/install/debian-install.sh index 7dea9645..052fd10f 100644 --- a/install/debian-install.sh +++ b/install/debian-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y gnup +$STD apt-get install -y gpg msg_ok "Installed Dependencies" #fetch_and_deploy_gh_release "argus" "release-argus/Argus" "singlefile" "latest" "/opt/argus" "Argus-.*linux-amd64" diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index b37d4a4f..6760ddc9 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -280,8 +280,8 @@ if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[ done sleep 1 # I/O-Sync-Delay + msg_ok "Re-downloaded LXC Template" fi -msg_ok "Re-downloaded LXC Template" if ! pct list | awk '{print $1}' | grep -qx "$CTID"; then msg_error "Container ID $CTID not listed in 'pct list' – unexpected failure."