feature test
This commit is contained in:
@ -1,12 +1,17 @@
|
||||
# # v2ray/scripts/download.sh
|
||||
# #!/bin/bash
|
||||
# VERSION=$1
|
||||
# wget -q "https://github.com/v2fly/v2ray-core/releases/download/v${VERSION}/v2ray-linux-64.zip"
|
||||
# mkdir -p dist
|
||||
# unzip -q v2ray-linux-64.zip -d dist/
|
||||
# chmod +x dist/v2ray
|
||||
#
|
||||
|
||||
|
||||
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
echo "download: $PACKAGE v$VERSION"
|
||||
|
||||
echo "download: $PACKAGE v$VERSION"
|
||||
|
||||
wget -q "https://github.com/v2fly/v2ray-core/releases/download/v${VERSION}/v2ray-linux-64.zip"
|
||||
ls -la
|
||||
mkdir -p dist
|
||||
unzip -q v2ray-linux-64.zip -d dist/
|
||||
chmod +x dist/v2ray
|
||||
Reference in New Issue
Block a user