Skip to content

Instantly share code, notes, and snippets.

@clemniem
Last active March 16, 2018 11:12
Show Gist options
  • Save clemniem/d61430312994f4e07c4c2e7e50ff5f32 to your computer and use it in GitHub Desktop.
Save clemniem/d61430312994f4e07c4c2e7e50ff5f32 to your computer and use it in GitHub Desktop.
Test
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment