Skip to content

Instantly share code, notes, and snippets.

@dky
Created December 2, 2014 21:27
Show Gist options
  • Save dky/51724d1af4acb8510b59 to your computer and use it in GitHub Desktop.
Save dky/51724d1af4acb8510b59 to your computer and use it in GitHub Desktop.
Disable Subscription manager on RHEL7
sed -i 's/enabled=1/enabled=0/g' /etc/yum/pluginconf.d/subscription-manager.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment