5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

Download wintun on first pass

This commit is contained in:
Neil Alexander 2021-06-13 11:07:19 +01:00
parent 8621223a1f
commit 38e05b5f4c

View File

@ -74,6 +74,8 @@ PKGVERSIONMS=$(echo $PKGVERSION | tr - .)
PKGGUID="54a3294e-a441-4322-aefb-3bb40dd022bb" PKGINSTFOLDER="ProgramFilesFolder"
# Download the Wintun driver
if [ ! -d wintun ];
then
curl -o wintun.zip https://www.wintun.net/builds/wintun-0.11.zip
unzip wintun.zip
if [ $PKGARCH = "x64" ]; then
@ -88,6 +90,7 @@ else
echo "wasn't sure which architecture to get wintun for"
exit 1
fi
fi
if [ $PKGNAME != "master" ]; then
PKGDISPLAYNAME="Yggdrasil Network (${PKGNAME} branch)"