-
Notifications
You must be signed in to change notification settings - Fork 0
Home
slashbeast edited this page Sep 13, 2010
·
4 revisions
Welcome to the foo-overlay wiki!
Update: If you are layman user, you can add overlay just by
layman -a foo-overlay
Thanks to Gentoo Overlays team.
Install foo-overlay
mkdir -p /root/repositories
cd /root/repositories
git clone git://github.com/slashbeast/foo-overlay.git
and add to make.conf to END of file, AFTER layman config, if you also using layman.
PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /root/repositories/foo-overlay"
SYNC
cd /root/repositories/foo-overlay
git pull