new package
This commit is contained in:
12
vpn_node/scripts/download.sh
Executable file
12
vpn_node/scripts/download.sh
Executable 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/
|
||||
Reference in New Issue
Block a user