Created
April 16, 2015 22:06
-
-
Save sergiusens/8d4d2b99b2e5d87c7a50 to your computer and use it in GitHub Desktop.
Disable autopilot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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