{% extends "base.html" %} {% block title %}Bootstrapping instructions{% endblock %} {% block content %}
Download the Cygwin setup executable, and then run
setup-x86_64.exe -BO -R C:\cygwin64 -s {{ request.url.scheme }}://{{ request.url.netloc }}/cygwin -P python3,rsync -q
You can install Murfey on a network-isolated client by running the following commands:
curl -O {{ request.url.scheme }}://{{ request.url.netloc }}/bootstrap/murfey.whl python murfey.whl/murfey/bootstrap {{ request.url.scheme }}://{{ request.url.netloc }} rm murfey.whl{% endblock %}