Files
UUVPN/flutter/ios/misc/download_data.sh
T
2023-06-25 11:50:55 +08:00

8 lines
156 B
Bash
Executable File

#!/bin/sh
set -x
WD=`pwd`
curl -OL 'https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat' && mv dlc.dat PacketTunnel/site.dat