|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /usr/share/examples/bsdconfig/ |
Upload File : |
#!/bin/sh # # This sample installs a short list of packages from the main HTTP site. # [ "$_SCRIPT_SUBR" ] || . /usr/share/bsdconfig/script.subr || exit 1 nonInteractive=1 _httpPath=http://pkg.freebsd.org mediaSetHTTP mediaOpen for package in wget bash rsync; do packageAdd done