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."