From 620a2f12eefd2a730d5d9bb8148416407e1032d0 Mon Sep 17 00:00:00 2001 From: Kristo Copani Date: Thu, 28 Nov 2024 21:20:23 +0200 Subject: [PATCH] replace apt install with dpkg -i --- ct/thelounge.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/thelounge.sh b/ct/thelounge.sh index 944e091a..951f0476 100644 --- a/ct/thelounge.sh +++ b/ct/thelounge.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/kristocopani/ProxmoxVE/build/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: kristocopani # License: MIT @@ -70,7 +70,7 @@ function update_script() { nodejs cd /opt wget -q https://github.com/thelounge/thelounge-deb/releases/download/v${RELEASE}/thelounge_${RELEASE}_all.deb - apt install -y ./thelounge_${RELEASE}_all.deb + dpkg -i ./thelounge_${RELEASE}_all.deb msg_ok "Updated ${APP} to ${RELEASE}" msg_info "Starting ${APP} Services"