Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 474 Bytes

File metadata and controls

26 lines (18 loc) · 474 Bytes

Xyte Connect+ Edge

Download the installation script and run it manually

  1. Download the runner script.
wget https://raw.githubusercontent.com/xyte-io/edge/refs/heads/main/edge_runner_script.sh
  1. Enable script execution
chmod +x ./edge_runner_script.sh
  1. Run the script
./edge_runner_script.sh

One line installation

bash -c "$(curl -fsSL https://raw.githubusercontent.com/xyte-io/edge/refs/heads/main/edge_runner_script.sh)"