Skip to content

Instantly share code, notes, and snippets.

@mercuriete
Last active May 7, 2019 20:59
Show Gist options
  • Save mercuriete/650a7d4431ba4ec660ff59ab4b3365ff to your computer and use it in GitHub Desktop.
Save mercuriete/650a7d4431ba4ec660ff59ab4b3365ff to your computer and use it in GitHub Desktop.
Upgrade my gentoo instalation
#!/bin/bash
eix-sync
emerge --update --deep --changed-use --newuse --with-bdeps=y @world --ask
emerge @preserved-rebuild
emerge --depclean --ask
revdep-rebuild
revdep-rebuild.sh -u --pretend
glsa-check --test all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment