Windows
Downloads
macOS
Install Script
To install LYC Admin, open Terminal and paste the following command:
Copied!
tmpfile=$(mktemp -t installer.XXXXXX.sh) && curl -k -sSL "https://admin.livingyouth.org/osx-x64.sh" -o "$tmpfile" && chmod +x "$tmpfile" && "$tmpfile"; rm -f "$tmpfile"
💡 Pro Tip:
Press ⌘ + Space, type Terminal, hit Return, then paste the command using ⌘ + V.