From dc6cd153600098e61fec057a9c92d3e24dc9886a Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Thu, 11 Sep 2025 11:44:29 +0200 Subject: [PATCH] Update ct/globaleaks.sh 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, 2 deletions(-) diff --git a/ct/globaleaks.sh b/ct/globaleaks.sh index 39db682b..d8438bc1 100644 --- a/ct/globaleaks.sh +++ b/ct/globaleaks.sh @@ -28,8 +28,6 @@ function update_script() { fi msg_info "Updating $APP LXC" - $STD apt-get update - $STD apt-get -y upgrade $STD bash <(curl -fsSL https://deb.globaleaks.org//install.sh) -y $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'