Commit code. Update time: 2023-06-25
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
WD=`pwd`
|
||||
|
||||
curl -OL 'https://github.com/eycorsican/leaf/releases/latest/download/libleaf-ios.zip' \
|
||||
&& mv libleaf-ios.zip /tmp/ \
|
||||
&& unzip -o /tmp/libleaf-ios.zip -d /tmp \
|
||||
&& mv /tmp/libleaf.a PacketTunnel/libleaf/ \
|
||||
&& mv /tmp/leaf.h PacketTunnel/libleaf/
|
||||
Reference in New Issue
Block a user