summaryrefslogtreecommitdiffstats
path: root/pts/distro-scripts/install-freebsd-packages.sh
blob: b2a186ebb71340a51d06f6d972a688f6ad07a4b0 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# FreeBSD package installation

echo "Please enter your root password below:" 1>&2
su root -c "PACKAGESITE=\"ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/\" pkg_add -r $*"
exit