Skip to content

Instantly share code, notes, and snippets.

View clemniem's full-sized avatar

Clemens Niemeyer clemniem

View GitHub Profile
#!/bin/bash
sudo apt-get -y install python-pip
sudo pip install -U azure-iot-edge-runtime-ctl
sudo iotedgectl setup --connection-string "$1" --auto-cert-gen-force-no-passwords
sudo iotedgectl start