Skip to content

Instantly share code, notes, and snippets.

@dbadapt
Created August 11, 2015 18:19
Show Gist options
  • Save dbadapt/aac68a37dbd6c1b73559 to your computer and use it in GitHub Desktop.
Save dbadapt/aac68a37dbd6c1b73559 to your computer and use it in GitHub Desktop.
Percona apt repository uninstall
#!/bin/bash
apt-key del CD2EFD2A
rm -f /etc/apt/sources.list.d/percona.list
apt-get update -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment