Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. snappy config [snap part]
  2.  
  3. snappy config [snap part] [config]
  4.  
  5. CONFIG=/tmp/core_config
  6.  
  7. snappy config ubuntu-core > "$CONFIG"
  8. sed -i 's/timezone: .*$/timezone: America/Cordoba/' > "$CONFIG"
  9. sudo snappy config ubuntu-core "$CONFIG"
  10.  
  11. CONFIG=/tmp/core_config
  12.  
  13. snappy config ubuntu-core > "$CONFIG"
  14. sed -i 's/timezone: .*$/timezone: America/Cordoba/' "$CONFIG"
  15. sudo snappy config ubuntu-core "$CONFIG"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement