Universal Bash script to automatically deploy the URnetwork Provider with docker.
- Automatically installs curl if it is missing
- Installs Docker Compose using the onezuppi/install-docker-sh when required
- Prompts for an
auth_code, exchanges it for aby_jwttoken via the BringYour API and stores it - Generates a production‑ready docker‑compose.yml and launches the provider container
- Works on popular Linux distributions
curl -fsSL https://raw.githubusercontent.com/onezuppi/ur-network-node-installer/refs/heads/main/install.sh | bashwget -qO- https://raw.githubusercontent.com/onezuppi/ur-network-node-installer/refs/heads/main/install.sh | bashgit clone https://github.com/onezuppi/ur-network-node-installer
cd ur-network-node-installer
bash install.shThe container should appear with the status Up.
docker compose down
rm -rf urnetwork docker-compose.ymlMIT