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