new package

This commit is contained in:
paltovkone
2026-03-15 12:51:46 +04:00
parent ac213d9843
commit 2bde911af2
4 changed files with 75 additions and 0 deletions

12
vpn_node/scripts/download.sh Executable file
View File

@ -0,0 +1,12 @@
# #!/bin/bash
# VERSION=$1
set -euo pipefail
echo "download: $PACKAGE v$VERSION"
wget -q "https://github.com/karamelichkin/nakolenke_vpn_node/archive/refs/tags/v${VERSION}.zip" -O dist.zip
mkdir -p dist
unzip -q dist.zip -d dist/
echo "✓ downloaded v2ray v${VERSION}"
ls -lh dist/