Skip to content

Instantly share code, notes, and snippets.

@btorch
Created March 17, 2015 16:25
Show Gist options
  • Select an option

  • Save btorch/5e9419631828c33cb439 to your computer and use it in GitHub Desktop.

Select an option

Save btorch/5e9419631828c33cb439 to your computer and use it in GitHub Desktop.
export LC_ALL="en_US.UTF-8"
salt-call -l warning state.highstate
sed -i 's/precise/trusty/' /etc/apt/sources.list
rm /etc/apt/sources.list.d/saltstack.list && sudo apt-get update
apt-get update >/tmp/apt.out 2>/tmp/apt.error
update-rc.d haproxy disable ; update-rc.d quagga disable
update-rc.d bird disable ; update-rc.d bird6 disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment