mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-19 03:06:26 +00:00
dab124dfb9
Another release leading up to official binary releases... not much to the core, but quite a bit of work on the UI, installation, and such. This version will build and run on OSX 10.6 while previous versions would fail due to a missing getifmaddrs() function.
10 lines
275 B
Bash
Executable File
10 lines
275 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Completely useless to outsiders. :)
|
|
|
|
scp ZeroTierOneInstaller-*-*-*_*_* nyarlathotep.zerotier.com:/www/download.zerotier.com/htdocs
|
|
|
|
if [ -f 'ZeroTier One.dmg' ]; then
|
|
scp 'ZeroTier One.dmg' nyarlathotep.zerotier.com:/www/download.zerotier.com/htdocs/dist
|
|
fi
|