| #!/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