From b0d18bcd8d20f156c8d12a539a3f01f1f1b5f2f1 Mon Sep 17 00:00:00 2001 From: paltovkone Date: Mon, 9 Mar 2026 22:25:33 +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 fe89816..1a51dc7 100644 --- a/v2ray/scripts/env.sh +++ b/v2ray/scripts/env.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash set -euo pipefail -apt install -y --no-install-recommends ca-certificates unzip wget \ No newline at end of file +apt install -y --no-install-recommends unzip wget \ No newline at end of file