Remove usage of external script

This commit is contained in:
Giovanni Pellerano 2025-09-11 05:44:23 +02:00
parent 59dbd349e3
commit b48e89d495
2 changed files with 8 additions and 1 deletions

View File

@ -31,6 +31,11 @@ function update_script() {
$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'
$STD apt-get update
$STD apt-get -y install globaleaks
msg_ok "Updated $APP LXC"
}

View File

@ -13,7 +13,9 @@ network_check
update_os
msg_info "Setup GlobaLeaks"
$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 -y install globaleaks
msg_ok "Setup GlobaLeaks"
motd_ssh