From 620ffd9be80fd4ba15e34e4ff6b4889dd169f85c Mon Sep 17 00:00:00 2001 From: paltovkone Date: Mon, 9 Mar 2026 22:19:03 +0400 Subject: [PATCH] feature test --- v2ray/scripts/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2ray/scripts/env.sh b/v2ray/scripts/env.sh index 1a386ba..fe89816 100644 --- a/v2ray/scripts/env.sh +++ b/v2ray/scripts/env.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash set -euo pipefail -echo "env: $PACKAGE v$VERSION" \ No newline at end of file +apt install -y --no-install-recommends ca-certificates unzip wget \ No newline at end of file