Created
December 28, 2020 21:28
-
-
Save ph0llux/96180cf2698a748d780c6cedfc67a715 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -e /etc/portage/make.conf ]; then | |
. /etc/portage/make.conf | |
if [ ! -d $PORTDIR/metadata/md5-cache -o -d $PORTDIR/.git ]; then | |
echo "updating metadata cache ..." | |
egencache --repo=gentoo --update | |
fi | |
fi | |
/usr/bin/eix-update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment