Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
Disable autopilot
#!/bin/sh
CONFIG=/tmp/core_config
snappy config ubuntu-core > "$CONFIG"
sed -i 's/autopilot: .*$/autopilot: false/' > "$CONFIG"
sudo snappy config ubuntu-core "$CONFIG"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment