Update ct/globaleaks.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
Giovanni Pellerano 2025-09-11 11:44:50 +02:00 committed by GitHub
parent dc6cd15360
commit 75c15879ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,9 +28,6 @@ function update_script() {
fi fi
msg_info "Updating $APP LXC" msg_info "Updating $APP LXC"
$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'
$STD apt-get update $STD apt-get update
$STD apt-get -y upgrade $STD apt-get -y upgrade