From ee69543cda852f9173d2689efb32e9f6302f881e Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Thu, 11 Sep 2025 09:59:49 +0200 Subject: [PATCH] Update ct/globaleaks.sh using apt-get upgrade in place of apt-get install globaleaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- ct/globaleaks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/globaleaks.sh b/ct/globaleaks.sh index 926b2cbe..890c0f8d 100644 --- a/ct/globaleaks.sh +++ b/ct/globaleaks.sh @@ -34,7 +34,7 @@ function update_script() { $STD sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/globaleaks.gpg] http://deb.globaleaks.org $(lsb_release -sc) main" > /etc/apt/sources.list.d/globaleaks.list' $STD apt-get update - $STD apt-get -y install globaleaks + $STD apt-get -y upgrade msg_ok "Updated $APP LXC" }