Files
UUVPN/source/ios/misc/download_leaf.sh
Zeus 1bf69048f3 update ios project
update ios project
2024-07-24 11:51:39 +08:00

12 lines
304 B
Bash
Executable File

#!/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/