-
-
Save wolstena/ce881be8797fc4474e39 to your computer and use it in GitHub Desktop.
This file contains 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
From 2012Q1 to 2012Q2, assuming 32-bit dataset (i386) | |
# Update repositories.conf for pkgin, and set $PKG_PATH for pkg_add | |
REPO=http://pkgsrc.joyent.com/sdc6/2012Q2/i386/All | |
echo ${REPO} >/opt/local/etc/pkgin/repositories.conf | |
export PKG_PATH=${REPO} | |
# Update core packages manually | |
pkg_add -u bootstrap-mk-files bmake | |
# Update everything else | |
pkgin up | |
pkgin -y fug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment