Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
When we boot-strap pkgng, make sure to install pcbsd-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Aug 15, 2013
1 parent 0c5977f commit 6cf118f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src-sh/warden/scripts/backend/functions.sh
Expand Up @@ -844,6 +844,10 @@ rm pkg.txz
echo "packagesite: http://pkg.cdn.pcbsd.org/${release}/${arch}" >/usr/local/etc/pkg.conf
echo "PUBKEY: /usr/local/etc/pkg-pubkey.cert" >>/usr/local/etc/pkg.conf
echo "PKG_CACHEDIR: /usr/local/tmp" >>/usr/local/etc/pkg.conf
pkg install -y pcbsd-utils
pc-extractoverlay ports
exit $?
__EOF__
}
Expand Down

0 comments on commit 6cf118f

Please sign in to comment.