From 2dd49e9b433603d00d217841a925a704954bda40 Mon Sep 17 00:00:00 2001 From: KernelSailor Date: Fri, 26 Dec 2025 19:34:10 +0100 Subject: [PATCH] apt use new version --- ct/tor-snowflake.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/tor-snowflake.sh b/ct/tor-snowflake.sh index b0ca17a96..ca37f19f0 100644 --- a/ct/tor-snowflake.sh +++ b/ct/tor-snowflake.sh @@ -34,8 +34,8 @@ function update_script() { fi msg_info "Updating Container OS" - $STD apt-get update - $STD apt-get -y upgrade + $STD apt update + $STD apt upgrade -y 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//')