apt use new version

This commit is contained in:
KernelSailor 2025-12-26 19:34:10 +01:00
parent 8aa09d64dc
commit 2dd49e9b43

View File

@ -34,8 +34,8 @@ function update_script() {
fi fi
msg_info "Updating Container OS" msg_info "Updating Container OS"
$STD apt-get update $STD apt update
$STD apt-get -y upgrade $STD apt upgrade -y
msg_ok "Updated Container OS" msg_ok "Updated Container OS"
RELEASE=$(curl -fsSL https://gitlab.torproject.org/api/v4/projects/tpo%2Fanti-censorship%2Fpluggable-transports%2Fsnowflake/releases | jq -r '.[0].tag_name' | sed 's/^v//') RELEASE=$(curl -fsSL https://gitlab.torproject.org/api/v4/projects/tpo%2Fanti-censorship%2Fpluggable-transports%2Fsnowflake/releases | jq -r '.[0].tag_name' | sed 's/^v//')